Html Css Color HEX #B9A64D Sundance

📋 copy color: '#B9A64D'

red 185 ◦ green 166 ◦ blue 77

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

Shades of Sundance #B9A64D

Tints of Sundance #B9A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 43.22%
G = 38.79%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9A64D (or 0xB9A64D) is known color: Sundance. HEX triplet: B9, A6 and 4D. RGB value is (185,166,77). Sum of RGB (Red+Green+Blue) = 185+166+77=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A64D is #4659B2. Grayscale: #A1A1A1. Windows color (decimal): -4610483 or 5088953. OLE color: 5088953.

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

Color convert

RGB 185 166 77 -
CMYK 0 0.10 0.58 0.27
HSL 49.44º 0.44% 0.51% -
HSV(B) 49.44º 0.58% 0.73% -
XYZ 34.98 38.12 12.54 -
YUV 161.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 185 166 77 0 0.10 0.58 0.27 49.44 0.44 0.51
Hex B9 A6 4D 0 A 3A 1B 31 2C 33
Octal 271 246 115 0 12 72 33 61 54 63
Binary 10111001 10100110 1001101 0 1010 111010 11011 110001 101100 110011

Color Harmonies of #B9A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A64D

Black with #B9A64D

Text Example


Text Example

White with #B9A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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