Html Css Color HEX #B9AA4E Sundance

📋 copy color: '#B9AA4E'

red 185 ◦ green 170 ◦ blue 78

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

Shades of Sundance #B9AA4E

Tints of Sundance #B9AA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 42.73%
G = 39.26%
B = 18.01%

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

#B9AA4E (or 0xB9AA4E) is known color: Sundance. HEX triplet: B9, AA and 4E. RGB value is (185,170,78). Sum of RGB (Red+Green+Blue) = 185+170+78=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA4E is #4655B1. Grayscale: #A4A4A4. Windows color (decimal): -4609458 or 5155513. OLE color: 5155513.

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

Color convert

RGB 185 170 78 -
CMYK 0 0.08 0.58 0.27
HSL 51.59º 0.43% 0.52% -
HSV(B) 51.59º 0.58% 0.73% -
XYZ 35.76 39.61 12.97 -
YUV 164 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 185 170 78 0 0.08 0.58 0.27 51.59 0.43 0.52
Hex B9 AA 4E 0 8 3A 1B 34 2B 34
Octal 271 252 116 0 10 72 33 64 53 64
Binary 10111001 10101010 1001110 0 1000 111010 11011 110100 101011 110100

Color Harmonies of #B9AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA4E

Black with #B9AA4E

Text Example


Text Example

White with #B9AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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