Html Css Color HEX #B9AA4D Brass

📋 copy color: '#B9AA4D'

red 185 ◦ green 170 ◦ blue 77

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

Shades of Brass #B9AA4D

Tints of Brass #B9AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 42.82%
G = 39.35%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9AA4D (or 0xB9AA4D) is known color: Brass. HEX triplet: B9, AA and 4D. RGB value is (185,170,77). Sum of RGB (Red+Green+Blue) = 185+170+77=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA4D is #4655B2. Grayscale: #A4A4A4. Windows color (decimal): -4609459 or 5089977. OLE color: 5089977.

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

Color convert

RGB 185 170 77 -
CMYK 0 0.08 0.58 0.27
HSL 51.67º 0.44% 0.51% -
HSV(B) 51.67º 0.58% 0.73% -
XYZ 35.72 39.6 12.78 -
YUV 163.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 185 170 77 0 0.08 0.58 0.27 51.67 0.44 0.51
Hex B9 AA 4D 0 8 3A 1B 34 2C 33
Octal 271 252 115 0 10 72 33 64 54 63
Binary 10111001 10101010 1001101 0 1000 111010 11011 110100 101100 110011

Color Harmonies of #B9AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA4D

Black with #B9AA4D

Text Example


Text Example

White with #B9AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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