#BCAA41

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

Shades of Brass #BCAA41

Tints of Brass #BCAA41

Color information

#BCAA41 (or 0xBCAA41) is unknown color: approx Brass. HEX triplet: BC, AA and 41. RGB value is (188,170,65). Sum of RGB (Red+Green+Blue) = 188+170+65=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA41 is #4355BE. Grayscale: #A3A3A3. Windows color (decimal): -4412863 or 4303548. OLE color: 4303548.

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

Color convert

RGB18817065-
CMYK00.100.650.26
HSL51.22º48.62%49.61%-
HSV(B)51.22º65.43%73.73%-
XYZ36.0739.8210.79-
YUV163.4172.46145.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 65 (25.78% from 255) = 15.37%
R=44.44%
G=40.19%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881706500.100.650.2651.2248.6249.61
HexBCAA410A411A333132
Octal27425210101210132636162
Binary1011110010101010100000101010100000111010110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA41; }

 p { color: rgb(188,170,65); }

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

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

 a { background-color: rgb(188,170,65); }

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

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

 span { border-color: rgb(188,170,65); }

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