#BCB247

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

Shades of Brass #BCB247

Tints of Brass #BCB247

Color information

#BCB247 (or 0xBCB247) is unknown color: approx Brass. HEX triplet: BC, B2 and 47. RGB value is (188,178,71). Sum of RGB (Red+Green+Blue) = 188+178+71=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB247 is #434DB8. Grayscale: #A9A9A9. Windows color (decimal): -4410809 or 4698812. OLE color: 4698812.

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

Color convert

RGB18817871-
CMYK00.050.620.26
HSL54.87º46.61%50.78%-
HSV(B)54.87º62.23%73.73%-
XYZ37.842.9912.27-
YUV168.7972.81141.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 71 (28.12% from 255) = 16.25%
R=43.02%
G=40.73%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881787100.050.620.2654.8746.6150.78
HexBCB247053E1A372f33
Octal274262107057632675763
Binary10111100101100101000111010111111011010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB247; }

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

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

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

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

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

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

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

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