#BCB241

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

Shades of Brass #BCB241

Tints of Brass #BCB241

Color information

#BCB241 (or 0xBCB241) is unknown color: approx Brass. HEX triplet: BC, B2 and 41. RGB value is (188,178,65). Sum of RGB (Red+Green+Blue) = 188+178+65=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB241 is #434DBE. Grayscale: #A8A8A8. Windows color (decimal): -4410815 or 4305596. OLE color: 4305596.

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

Color convert

RGB18817865-
CMYK00.050.650.26
HSL55.12º48.62%49.61%-
HSV(B)55.12º65.43%73.73%-
XYZ37.6142.9111.3-
YUV168.1169.81142.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=43.62%
G=41.30%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881786500.050.650.2655.1248.6249.61
HexBCB24105411A373132
Octal2742621010510132676162
Binary101111001011001010000010101100000111010110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB241; }

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

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

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

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

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

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

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

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