#BCA433

Color #BCA433 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BCA433

Tints of Brass #BCA433

Color information

#BCA433 (or 0xBCA433) is unknown color: approx Brass. HEX triplet: BC, A4 and 33. RGB value is (188,164,51). Sum of RGB (Red+Green+Blue) = 188+164+51=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA433 is #435BCC. Grayscale: #9E9E9E. Windows color (decimal): -4414413 or 3384508. OLE color: 3384508.

HSL color Cylindrical-coordinate representation of color #BCA433: hue angle of 49.49º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCA433 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18816451-
CMYK00.130.730.26
HSL49.49º57.32%46.86%-
HSV(B)49.49º72.87%73.73%-
XYZ34.6137.488.54-
YUV158.2967.45149.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=46.65%
G=40.69%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881645100.130.730.2649.4957.3246.86
HexBCA4330D491A31392f
Octal2742446301511132617157
Binary101111001010010011001101101100100111010110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA433; }

 p { color: rgb(188,164,51); }

 H1.HeaderClassName
 {
   color: #BCA433;
 }
 .AnyTagClassName
 {
   color: #BCA433;
 }
</style>
background-color css

<style>
 a { background-color: #BCA433; }

 a { background-color: rgb(188,164,51); }

 div.DivClassName
 {
   background-color: #BCA433;
 }
 .BgClassName
 {
   background-color: #BCA433;
 }
</style>
border-color css

<style>
 span { border-color: #BCA433; }

 span { border-color: rgb(188,164,51); }

 td.TdClassName
 {
   border-color: #BCA433;
 }
 .TagClassName
 {
   border-color: #BCA433;
 }
</style>