Html Css Color HEX #B9AA37 Brass

📋 copy color: '#B9AA37'

red 185 ◦ green 170 ◦ blue 55

#B9AA37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B9AA37

Tints of Brass #B9AA37

RGB

 RED value IS 185 (72.66% from 255) = 45.12%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 55 (21.88% from 255) = 13.41%

R = 45.12%
G = 41.46%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9AA37 (or 0xB9AA37) is known color: Brass. HEX triplet: B9, AA and 37. RGB value is (185,170,55). Sum of RGB (Red+Green+Blue) = 185+170+55=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA37 is #4655C8. Grayscale: #A1A1A1. Windows color (decimal): -4609481 or 3648185. OLE color: 3648185.

HSL color Cylindrical-coordinate representation of color #B9AA37: hue angle of 53.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9AA37 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 55 -
CMYK 0 0.08 0.70 0.27
HSL 53.08º 0.54% 0.47% -
HSV(B) 53.08º 0.7% 0.73% -
XYZ 35.07 39.34 9.36 -
YUV 161.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 185 170 55 0 0.08 0.70 0.27 53.08 0.54 0.47
Hex B9 AA 37 0 8 46 1B 35 36 2F
Octal 271 252 67 0 10 106 33 65 66 57
Binary 10111001 10101010 110111 0 1000 1000110 11011 110101 110110 101111

Color Harmonies of #B9AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA37

Black with #B9AA37

Text Example


Text Example

White with #B9AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA37; }

 p { color: rgb(185,170,55); }

 H1.HeaderClassName
 {
   color: #B9AA37;
 }
 .AnyTagClassName
 {
   color: #B9AA37;
 }
</style>

background-color css

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

 a { background-color: rgb(185,170,55); }

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

border-color css

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

 span { border-color: rgb(185,170,55); }

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