#BCB547

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

Shades of Brass #BCB547

Tints of Brass #BCB547

Color information

#BCB547 (or 0xBCB547) is unknown color: approx Brass. HEX triplet: BC, B5 and 47. RGB value is (188,181,71). Sum of RGB (Red+Green+Blue) = 188+181+71=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB547 is #434AB8. Grayscale: #ABABAB. Windows color (decimal): -4410041 or 4699580. OLE color: 4699580.

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

Color convert

RGB18818171-
CMYK00.040.620.26
HSL56.41º46.61%50.78%-
HSV(B)56.41º62.23%73.73%-
XYZ38.444.1912.47-
YUV170.5571.82140.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 71 (28.12% from 255) = 16.14%
R=42.73%
G=41.14%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881817100.040.620.2656.4146.6150.78
HexBCB547043E1A382f33
Octal274265107047632705763
Binary10111100101101011000111010011111011010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB547; }

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

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

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

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

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

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

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

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