#BCB043

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

Shades of Brass #BCB043

Tints of Brass #BCB043

Color information

#BCB043 (or 0xBCB043) is unknown color: approx Brass. HEX triplet: BC, B0 and 43. RGB value is (188,176,67). Sum of RGB (Red+Green+Blue) = 188+176+67=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB043 is #434FBC. Grayscale: #A7A7A7. Windows color (decimal): -4411325 or 4436156. OLE color: 4436156.

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

Color convert

RGB18817667-
CMYK00.060.640.26
HSL54.05º47.45%50%-
HSV(B)54.05º64.36%73.73%-
XYZ37.2842.1511.48-
YUV167.1671.48142.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 67 (26.56% from 255) = 15.55%
R=43.62%
G=40.84%
B=15.55%

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
Decimal1881766700.060.640.2654.0547.4550
HexBCB04306401A362f32
Octal2742601030610032665762
Binary101111001011000010000110110100000011010110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB043; }

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

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

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

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

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

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

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

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