#BCB044

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

Shades of Brass #BCB044

Tints of Brass #BCB044

Color information

#BCB044 (or 0xBCB044) is unknown color: approx Brass. HEX triplet: BC, B0 and 44. RGB value is (188,176,68). Sum of RGB (Red+Green+Blue) = 188+176+68=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB044 is #434FBB. Grayscale: #A7A7A7. Windows color (decimal): -4411324 or 4501692. OLE color: 4501692.

HSL color Cylindrical-coordinate representation of color #BCB044: hue angle of 54º 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 #BCB044 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18817668-
CMYK00.060.640.26
HSL54º47.24%50.2%-
HSV(B)54º63.83%73.73%-
XYZ37.3142.1611.64-
YUV167.2871.98142.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 68 (26.95% from 255) = 15.74%
R=43.52%
G=40.74%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881766800.060.640.265447.2450.2
HexBCB04406401A362f32
Octal2742601040610032665762
Binary101111001011000010001000110100000011010110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB044; }

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

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

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

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

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

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

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

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