Html Css Color HEX #B9A84E Sundance

📋 copy color: '#B9A84E'

red 185 ◦ green 168 ◦ blue 78

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

Shades of Sundance #B9A84E

Tints of Sundance #B9A84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.98%

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

R = 42.92%
G = 38.98%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9A84E (or 0xB9A84E) is known color: Sundance. HEX triplet: B9, A8 and 4E. RGB value is (185,168,78). Sum of RGB (Red+Green+Blue) = 185+168+78=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A84E is #4657B1. Grayscale: #A3A3A3. Windows color (decimal): -4609970 or 5155001. OLE color: 5155001.

HSL color Cylindrical-coordinate representation of color #B9A84E: hue angle of 50.47º 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 #B9A84E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 78 -
CMYK 0 0.09 0.58 0.27
HSL 50.47º 0.43% 0.52% -
HSV(B) 50.47º 0.58% 0.73% -
XYZ 35.39 38.87 12.85 -
YUV 162.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 185 168 78 0 0.09 0.58 0.27 50.47 0.43 0.52
Hex B9 A8 4E 0 9 3A 1B 32 2B 34
Octal 271 250 116 0 11 72 33 62 53 64
Binary 10111001 10101000 1001110 0 1001 111010 11011 110010 101011 110100

Color Harmonies of #B9A84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A84E

Black with #B9A84E

Text Example


Text Example

White with #B9A84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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