#BCB033

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

Shades of Brass #BCB033

Tints of Brass #BCB033

Color information

#BCB033 (or 0xBCB033) is unknown color: approx Brass. HEX triplet: BC, B0 and 33. RGB value is (188,176,51). Sum of RGB (Red+Green+Blue) = 188+176+51=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB033 is #434FCC. Grayscale: #A5A5A5. Windows color (decimal): -4411341 or 3387580. OLE color: 3387580.

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

Color convert

RGB18817651-
CMYK00.060.730.26
HSL54.74º57.32%46.86%-
HSV(B)54.74º72.87%73.73%-
XYZ36.8641.989.29-
YUV165.3463.48144.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 51 (20.31% from 255) = 12.29%
R=45.30%
G=42.41%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881765100.060.730.2654.7457.3246.86
HexBCB03306491A37392f
Octal274260630611132677157
Binary10111100101100001100110110100100111010110111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB033; }

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

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

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

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

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

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

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

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