#BBB539

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

Shades of Brass #BBB539

Tints of Brass #BBB539

Color information

#BBB539 (or 0xBBB539) is unknown color: approx Brass. HEX triplet: BB, B5 and 39. RGB value is (187,181,57). Sum of RGB (Red+Green+Blue) = 187+181+57=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB539 is #444AC6. Grayscale: #A9A9A9. Windows color (decimal): -4475591 or 3782075. OLE color: 3782075.

HSL color Cylindrical-coordinate representation of color #BBB539: hue angle of 57.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBB539 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18718157-
CMYK00.030.700.27
HSL57.23º53.28%47.84%-
HSV(B)57.23º69.52%73.33%-
XYZ37.7643.9110.36-
YUV168.6664.99141.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=44%
G=42.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871815700.030.700.2757.2353.2847.84
HexBBB53903461B393530
Octal273265710310633716560
Binary1011101110110101111001011100011011011111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB539; }

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

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

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

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

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

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

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

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