#BCB037

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

Shades of Brass #BCB037

Tints of Brass #BCB037

Color information

#BCB037 (or 0xBCB037) is unknown color: approx Brass. HEX triplet: BC, B0 and 37. RGB value is (188,176,55). Sum of RGB (Red+Green+Blue) = 188+176+55=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB037 is #434FC8. Grayscale: #A6A6A6. Windows color (decimal): -4411337 or 3649724. OLE color: 3649724.

HSL color Cylindrical-coordinate representation of color #BCB037: hue angle of 54.59º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB037 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18817655-
CMYK00.060.710.26
HSL54.59º54.73%47.65%-
HSV(B)54.59º70.74%73.73%-
XYZ36.9542.029.78-
YUV165.7965.48143.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 55 (21.88% from 255) = 13.13%
R=44.87%
G=42.00%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881765500.060.710.2654.5954.7347.65
HexBCB03706471A373730
Octal274260670610732676760
Binary10111100101100001101110110100011111010110111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB037; }

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

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

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

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

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

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

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

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