#BBA13B

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

Shades of Brass #BBA13B

Tints of Brass #BBA13B

Color information

#BBA13B (or 0xBBA13B) is unknown color: approx Brass. HEX triplet: BB, A1 and 3B. RGB value is (187,161,59). Sum of RGB (Red+Green+Blue) = 187+161+59=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA13B is #445EC4. Grayscale: #9D9D9D. Windows color (decimal): -4480709 or 3908027. OLE color: 3908027.

HSL color Cylindrical-coordinate representation of color #BBA13B: hue angle of 47.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBA13B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18716159-
CMYK00.140.680.27
HSL47.81º52.03%48.24%-
HSV(B)47.81º68.45%73.33%-
XYZ34.0336.379.36-
YUV157.1572.61149.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 59 (23.44% from 255) = 14.50%
R=45.95%
G=39.56%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871615900.140.680.2747.8152.0348.24
HexBBA13B0E441B303430
Octal2732417301610433606460
Binary101110111010000111101101110100010011011110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA13B; }

 p { color: rgb(187,161,59); }

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

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

 a { background-color: rgb(187,161,59); }

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

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

 span { border-color: rgb(187,161,59); }

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