#BBB246

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

Shades of Brass #BBB246

Tints of Brass #BBB246

Color information

#BBB246 (or 0xBBB246) is unknown color: approx Brass. HEX triplet: BB, B2 and 46. RGB value is (187,178,70). Sum of RGB (Red+Green+Blue) = 187+178+70=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB246 is #444DB9. Grayscale: #A8A8A8. Windows color (decimal): -4476346 or 4633275. OLE color: 4633275.

HSL color Cylindrical-coordinate representation of color #BBB246: hue angle of 55.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB246 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18717870-
CMYK00.050.630.27
HSL55.38º46.25%50.39%-
HSV(B)55.38º62.57%73.33%-
XYZ37.5242.8512.09-
YUV168.3872.48141.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=42.99%
G=40.92%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871787000.050.630.2755.3846.2550.39
HexBBB246053F1B372e32
Octal273262106057733675662
Binary10111011101100101000110010111111111011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB246; }

 p { color: rgb(187,178,70); }

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

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

 a { background-color: rgb(187,178,70); }

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

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

 span { border-color: rgb(187,178,70); }

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