#BCB147

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

Shades of Brass #BCB147

Tints of Brass #BCB147

Color information

#BCB147 (or 0xBCB147) is unknown color: approx Brass. HEX triplet: BC, B1 and 47. RGB value is (188,177,71). Sum of RGB (Red+Green+Blue) = 188+177+71=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB147 is #434EB8. Grayscale: #A8A8A8. Windows color (decimal): -4411065 or 4698556. OLE color: 4698556.

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

Color convert

RGB18817771-
CMYK00.060.620.26
HSL54.36º46.61%50.78%-
HSV(B)54.36º62.23%73.73%-
XYZ37.642.5912.2-
YUV168.273.14142.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=43.12%
G=40.60%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881777100.060.620.2654.3646.6150.78
HexBCB147063E1A362f33
Octal274261107067632665763
Binary10111100101100011000111011011111011010110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB147; }

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

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

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

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

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

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

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

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