Html Css Color HEX #B9AA3E Brass

📋 copy color: '#B9AA3E'

red 185 ◦ green 170 ◦ blue 62

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

Shades of Brass #B9AA3E

Tints of Brass #B9AA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 44.36%
G = 40.77%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9AA3E (or 0xB9AA3E) is known color: Brass. HEX triplet: B9, AA and 3E. RGB value is (185,170,62). Sum of RGB (Red+Green+Blue) = 185+170+62=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA3E is #4655C1. Grayscale: #A2A2A2. Windows color (decimal): -4609474 or 4106937. OLE color: 4106937.

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

Color convert

RGB 185 170 62 -
CMYK 0 0.08 0.66 0.27
HSL 52.68º 0.5% 0.48% -
HSV(B) 52.68º 0.66% 0.73% -
XYZ 35.25 39.41 10.31 -
YUV 162.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 185 170 62 0 0.08 0.66 0.27 52.68 0.5 0.48
Hex B9 AA 3E 0 8 42 1B 35 32 30
Octal 271 252 76 0 10 102 33 65 62 60
Binary 10111001 10101010 111110 0 1000 1000010 11011 110101 110010 110000

Color Harmonies of #B9AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA3E

Black with #B9AA3E

Text Example


Text Example

White with #B9AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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