#BCA744

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

Shades of Brass #BCA744

Tints of Brass #BCA744

Color information

#BCA744 (or 0xBCA744) is unknown color: approx Brass. HEX triplet: BC, A7 and 44. RGB value is (188,167,68). Sum of RGB (Red+Green+Blue) = 188+167+68=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA744 is #4358BB. Grayscale: #A2A2A2. Windows color (decimal): -4413628 or 4499388. OLE color: 4499388.

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

Color convert

RGB18816768-
CMYK00.110.640.26
HSL49.5º47.24%50.2%-
HSV(B)49.5º63.83%73.73%-
XYZ35.638.7511.07-
YUV161.9974.96146.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 68 (26.95% from 255) = 16.08%
R=44.44%
G=39.48%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881676800.110.640.2649.547.2450.2
HexBCA7440B401A322f32
Octal27424710401310032625762
Binary1011110010100111100010001011100000011010110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA744; }

 p { color: rgb(188,167,68); }

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

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

 a { background-color: rgb(188,167,68); }

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

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

 span { border-color: rgb(188,167,68); }

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