#BCB141

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

Shades of Brass #BCB141

Tints of Brass #BCB141

Color information

#BCB141 (or 0xBCB141) is unknown color: approx Brass. HEX triplet: BC, B1 and 41. RGB value is (188,177,65). Sum of RGB (Red+Green+Blue) = 188+177+65=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB141 is #434EBE. Grayscale: #A7A7A7. Windows color (decimal): -4411071 or 4305340. OLE color: 4305340.

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

Color convert

RGB18817765-
CMYK00.060.650.26
HSL54.63º48.62%49.61%-
HSV(B)54.63º65.43%73.73%-
XYZ37.4242.5211.24-
YUV167.5270.14142.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=43.72%
G=41.16%
B=15.12%

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
Decimal1881776500.060.650.2654.6348.6249.61
HexBCB14106411A373132
Octal2742611010610132676162
Binary101111001011000110000010110100000111010110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB141; }

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

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

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

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

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

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

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

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