#BBB53F

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

Shades of Brass #BBB53F

Tints of Brass #BBB53F

Color information

#BBB53F (or 0xBBB53F) is unknown color: approx Brass. HEX triplet: BB, B5 and 3F. RGB value is (187,181,63). Sum of RGB (Red+Green+Blue) = 187+181+63=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53F is #444AC0. Grayscale: #A9A9A9. Windows color (decimal): -4475585 or 4175291. OLE color: 4175291.

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

Color convert

RGB18718163-
CMYK00.030.660.27
HSL57.1º49.6%49.02%-
HSV(B)57.1º66.31%73.33%-
XYZ37.9143.9711.19-
YUV169.3467.99140.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 63 (25% from 255) = 14.62%
R=43.39%
G=42.00%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871816300.030.660.2757.149.649.02
HexBBB53F03421B393231
Octal273265770310233716261
Binary1011101110110101111111011100001011011111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB53F; }

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

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

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

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

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

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

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

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