#BCB447

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

Shades of Brass #BCB447

Tints of Brass #BCB447

Color information

#BCB447 (or 0xBCB447) is unknown color: approx Brass. HEX triplet: BC, B4 and 47. RGB value is (188,180,71). Sum of RGB (Red+Green+Blue) = 188+180+71=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB447 is #434BB8. Grayscale: #AAAAAA. Windows color (decimal): -4410297 or 4699324. OLE color: 4699324.

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

Color convert

RGB18818071-
CMYK00.040.620.26
HSL55.9º46.61%50.78%-
HSV(B)55.9º62.23%73.73%-
XYZ38.243.7912.4-
YUV169.9772.15140.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 71 (28.12% from 255) = 16.17%
R=42.82%
G=41.00%
B=16.17%

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
Decimal1881807100.040.620.2655.946.6150.78
HexBCB447043E1A382f33
Octal274264107047632705763
Binary10111100101101001000111010011111011010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB447; }

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

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

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

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

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

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

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

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