#BCA945

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

Shades of Brass #BCA945

Tints of Brass #BCA945

Color information

#BCA945 (or 0xBCA945) is unknown color: approx Brass. HEX triplet: BC, A9 and 45. RGB value is (188,169,69). Sum of RGB (Red+Green+Blue) = 188+169+69=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA945 is #4356BA. Grayscale: #A3A3A3. Windows color (decimal): -4413115 or 4565436. OLE color: 4565436.

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

Color convert

RGB18816969-
CMYK00.100.630.26
HSL50.42º47.04%50.39%-
HSV(B)50.42º63.3%73.73%-
XYZ3639.511.36-
YUV163.2874.79145.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 69 (27.34% from 255) = 16.20%
R=44.13%
G=39.67%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881696900.100.630.2650.4247.0450.39
HexBCA9450A3F1A322f32
Octal2742511050127732625762
Binary101111001010100110001010101011111111010110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA945; }

 p { color: rgb(188,169,69); }

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

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

 a { background-color: rgb(188,169,69); }

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

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

 span { border-color: rgb(188,169,69); }

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