#BBB247

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

Shades of Brass #BBB247

Tints of Brass #BBB247

Color information

#BBB247 (or 0xBBB247) is unknown color: approx Brass. HEX triplet: BB, B2 and 47. RGB value is (187,178,71). Sum of RGB (Red+Green+Blue) = 187+178+71=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB247 is #444DB8. Grayscale: #A8A8A8. Windows color (decimal): -4476345 or 4698811. OLE color: 4698811.

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

Color convert

RGB18717871-
CMYK00.050.620.27
HSL55.34º46.03%50.59%-
HSV(B)55.34º62.03%73.33%-
XYZ37.5542.8612.25-
YUV168.4972.98141.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=42.89%
G=40.83%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871787100.050.620.2755.3446.0350.59
HexBBB247053E1B372e33
Octal273262107057633675663
Binary10111011101100101000111010111111011011110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB247; }

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

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

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

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

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

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

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

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