#BCB142

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

Shades of Brass #BCB142

Tints of Brass #BCB142

Color information

#BCB142 (or 0xBCB142) is unknown color: approx Brass. HEX triplet: BC, B1 and 42. RGB value is (188,177,66). Sum of RGB (Red+Green+Blue) = 188+177+66=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB142 is #434EBD. Grayscale: #A8A8A8. Windows color (decimal): -4411070 or 4370876. OLE color: 4370876.

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

Color convert

RGB18817766-
CMYK00.060.650.26
HSL54.59º48.03%49.8%-
HSV(B)54.59º64.89%73.73%-
XYZ37.4442.5311.39-
YUV167.6470.64142.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=43.62%
G=41.07%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881776600.060.650.2654.5948.0349.8
HexBCB14206411A373032
Octal2742611020610132676062
Binary101111001011000110000100110100000111010110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB142; }

 p { color: rgb(188,177,66); }

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

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

 a { background-color: rgb(188,177,66); }

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

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

 span { border-color: rgb(188,177,66); }

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