#BB9F36

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

Shades of Brass #BB9F36

Tints of Brass #BB9F36

Color information

#BB9F36 (or 0xBB9F36) is unknown color: approx Brass. HEX triplet: BB, 9F and 36. RGB value is (187,159,54). Sum of RGB (Red+Green+Blue) = 187+159+54=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F36 is #4460C9. Grayscale: #9B9B9B. Windows color (decimal): -4481226 or 3579835. OLE color: 3579835.

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

Color convert

RGB18715954-
CMYK00.150.710.27
HSL47.37º55.19%47.25%-
HSV(B)47.37º71.12%73.33%-
XYZ33.5635.638.6-
YUV155.470.78150.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 54 (21.48% from 255) = 13.5%
R=46.75%
G=39.75%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871595400.150.710.2747.3755.1947.25
HexBB9F360F471B2f372f
Octal2732376601710733576757
Binary101110111001111111011001111100011111011101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F36; }

 p { color: rgb(187,159,54); }

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

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

 a { background-color: rgb(187,159,54); }

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

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

 span { border-color: rgb(187,159,54); }

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