Html Css Color HEX #B9AA4C Brass

📋 copy color: '#B9AA4C'

red 185 ◦ green 170 ◦ blue 76

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

Shades of Brass #B9AA4C

Tints of Brass #B9AA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 42.92%
G = 39.44%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9AA4C (or 0xB9AA4C) is known color: Brass. HEX triplet: B9, AA and 4C. RGB value is (185,170,76). Sum of RGB (Red+Green+Blue) = 185+170+76=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA4C is #4655B3. Grayscale: #A4A4A4. Windows color (decimal): -4609460 or 5024441. OLE color: 5024441.

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

Color convert

RGB 185 170 76 -
CMYK 0 0.08 0.59 0.27
HSL 51.74º 0.44% 0.51% -
HSV(B) 51.74º 0.59% 0.73% -
XYZ 35.69 39.59 12.6 -
YUV 163.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 185 170 76 0 0.08 0.59 0.27 51.74 0.44 0.51
Hex B9 AA 4C 0 8 3B 1B 34 2C 33
Octal 271 252 114 0 10 73 33 64 54 63
Binary 10111001 10101010 1001100 0 1000 111011 11011 110100 101100 110011

Color Harmonies of #B9AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA4C

Black with #B9AA4C

Text Example


Text Example

White with #B9AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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