#BBAB47

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

Shades of Brass #BBAB47

Tints of Brass #BBAB47

Color information

#BBAB47 (or 0xBBAB47) is unknown color: approx Brass. HEX triplet: BB, AB and 47. RGB value is (187,171,71). Sum of RGB (Red+Green+Blue) = 187+171+71=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB47 is #4454B8. Grayscale: #A4A4A4. Windows color (decimal): -4478137 or 4697019. OLE color: 4697019.

HSL color Cylindrical-coordinate representation of color #BBAB47: hue angle of 51.72º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBAB47 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18717171-
CMYK00.090.620.27
HSL51.72º46.03%50.59%-
HSV(B)51.72º62.03%73.33%-
XYZ36.1940.1511.8-
YUV164.3875.3144.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 71 (28.12% from 255) = 16.55%
R=43.59%
G=39.86%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871717100.090.620.2751.7246.0350.59
HexBBAB47093E1B342e33
Octal2732531070117633645663
Binary101110111010101110001110100111111011011110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB47; }

 p { color: rgb(187,171,71); }

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

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

 a { background-color: rgb(187,171,71); }

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

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

 span { border-color: rgb(187,171,71); }

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