#BCAF3F

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

Shades of Brass #BCAF3F

Tints of Brass #BCAF3F

Color information

#BCAF3F (or 0xBCAF3F) is unknown color: approx Brass. HEX triplet: BC, AF and 3F. RGB value is (188,175,63). Sum of RGB (Red+Green+Blue) = 188+175+63=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF3F is #4350C0. Grayscale: #A6A6A6. Windows color (decimal): -4411585 or 4173756. OLE color: 4173756.

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

Color convert

RGB18817563-
CMYK00.070.660.26
HSL53.76º49.8%49.22%-
HSV(B)53.76º66.49%73.73%-
XYZ36.9741.7110.81-
YUV166.1269.81143.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 63 (25% from 255) = 14.79%
R=44.13%
G=41.08%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881756300.070.660.2653.7649.849.22
HexBCAF3F07421A363231
Octal274257770710232666261
Binary10111100101011111111110111100001011010110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF3F; }

 p { color: rgb(188,175,63); }

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

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

 a { background-color: rgb(188,175,63); }

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

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

 span { border-color: rgb(188,175,63); }

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