#BCB245

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

Shades of Brass #BCB245

Tints of Brass #BCB245

Color information

#BCB245 (or 0xBCB245) is unknown color: approx Brass. HEX triplet: BC, B2 and 45. RGB value is (188,178,69). Sum of RGB (Red+Green+Blue) = 188+178+69=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB245 is #434DBA. Grayscale: #A9A9A9. Windows color (decimal): -4410811 or 4567740. OLE color: 4567740.

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

Color convert

RGB18817869-
CMYK00.050.630.26
HSL54.96º47.04%50.39%-
HSV(B)54.96º63.3%73.73%-
XYZ37.7342.9611.93-
YUV168.5671.81141.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=43.22%
G=40.92%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881786900.050.630.2654.9647.0450.39
HexBCB245053F1A372f32
Octal274262105057732675762
Binary10111100101100101000101010111111111010110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB245; }

 p { color: rgb(188,178,69); }

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

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

 a { background-color: rgb(188,178,69); }

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

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

 span { border-color: rgb(188,178,69); }

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