#BBB548

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

Shades of Brass #BBB548

Tints of Brass #BBB548

Color information

#BBB548 (or 0xBBB548) is unknown color: approx Brass. HEX triplet: BB, B5 and 48. RGB value is (187,181,72). Sum of RGB (Red+Green+Blue) = 187+181+72=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB548 is #444AB7. Grayscale: #AAAAAA. Windows color (decimal): -4475576 or 4765115. OLE color: 4765115.

HSL color Cylindrical-coordinate representation of color #BBB548: hue angle of 56.87º 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 #BBB548 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18718172-
CMYK00.030.610.27
HSL56.87º45.82%50.78%-
HSV(B)56.87º61.5%73.33%-
XYZ38.1944.0812.63-
YUV170.3772.49139.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 72 (28.52% from 255) = 16.36%
R=42.5%
G=41.14%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871817200.030.610.2756.8745.8250.78
HexBBB548033D1B392e33
Octal273265110037533715663
Binary1011101110110101100100001111110111011111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB548; }

 p { color: rgb(187,181,72); }

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

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

 a { background-color: rgb(187,181,72); }

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

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

 span { border-color: rgb(187,181,72); }

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