Html Css Color HEX #B9A74E Sundance

📋 copy color: '#B9A74E'

red 185 ◦ green 167 ◦ blue 78

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

Shades of Sundance #B9A74E

Tints of Sundance #B9A74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 43.02%
G = 38.84%
B = 18.14%

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

#B9A74E (or 0xB9A74E) is known color: Sundance. HEX triplet: B9, A7 and 4E. RGB value is (185,167,78). Sum of RGB (Red+Green+Blue) = 185+167+78=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A74E is #4658B1. Grayscale: #A2A2A2. Windows color (decimal): -4610226 or 5154745. OLE color: 5154745.

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

Color convert

RGB 185 167 78 -
CMYK 0 0.10 0.58 0.27
HSL 49.91º 0.43% 0.52% -
HSV(B) 49.91º 0.58% 0.73% -
XYZ 35.2 38.5 12.78 -
YUV 162.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 185 167 78 0 0.10 0.58 0.27 49.91 0.43 0.52
Hex B9 A7 4E 0 A 3A 1B 32 2B 34
Octal 271 247 116 0 12 72 33 62 53 64
Binary 10111001 10100111 1001110 0 1010 111010 11011 110010 101011 110100

Color Harmonies of #B9A74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A74E

Black with #B9A74E

Text Example


Text Example

White with #B9A74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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