#BBB149

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

Shades of Brass #BBB149

Tints of Brass #BBB149

Color information

#BBB149 (or 0xBBB149) is unknown color: approx Brass. HEX triplet: BB, B1 and 49. RGB value is (187,177,73). Sum of RGB (Red+Green+Blue) = 187+177+73=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB149 is #444EB6. Grayscale: #A8A8A8. Windows color (decimal): -4476599 or 4829627. OLE color: 4829627.

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

Color convert

RGB18717773-
CMYK00.050.610.27
HSL54.74º45.6%50.98%-
HSV(B)54.74º60.96%73.33%-
XYZ37.4242.4912.53-
YUV168.1374.31141.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=42.79%
G=40.50%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871777300.050.610.2754.7445.650.98
HexBBB149053D1B372e33
Octal273261111057533675663
Binary10111011101100011001001010111110111011110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB149; }

 p { color: rgb(187,177,73); }

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

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

 a { background-color: rgb(187,177,73); }

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

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

 span { border-color: rgb(187,177,73); }

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