#BBB537

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

Shades of Brass #BBB537

Tints of Brass #BBB537

Color information

#BBB537 (or 0xBBB537) is unknown color: approx Brass. HEX triplet: BB, B5 and 37. RGB value is (187,181,55). Sum of RGB (Red+Green+Blue) = 187+181+55=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB537 is #444AC8. Grayscale: #A8A8A8. Windows color (decimal): -4475593 or 3651003. OLE color: 3651003.

HSL color Cylindrical-coordinate representation of color #BBB537: hue angle of 57.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBB537 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18718155-
CMYK00.030.710.27
HSL57.27º54.55%47.45%-
HSV(B)57.27º70.59%73.33%-
XYZ37.7143.8910.1-
YUV168.4363.99141.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 55 (21.88% from 255) = 13.00%
R=44.21%
G=42.79%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871815500.030.710.2757.2754.5547.45
HexBBB53703471B39372f
Octal273265670310733716757
Binary1011101110110101110111011100011111011111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB537; }

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

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

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

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

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

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

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

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