#BBA939

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

Shades of Brass #BBA939

Tints of Brass #BBA939

Color information

#BBA939 (or 0xBBA939) is unknown color: approx Brass. HEX triplet: BB, A9 and 39. RGB value is (187,169,57). Sum of RGB (Red+Green+Blue) = 187+169+57=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA939 is #4456C6. Grayscale: #A2A2A2. Windows color (decimal): -4478663 or 3779003. OLE color: 3779003.

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

Color convert

RGB18716957-
CMYK00.100.700.27
HSL51.69º53.28%47.84%-
HSV(B)51.69º69.52%73.33%-
XYZ35.4239.249.58-
YUV161.6168.96146.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 57 (22.66% from 255) = 13.80%
R=45.28%
G=40.92%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871695700.100.700.2751.6953.2847.84
HexBBA9390A461B343530
Octal2732517101210633646560
Binary101110111010100111100101010100011011011110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA939; }

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

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

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

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

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

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

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

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