Html Css Color HEX #B9A54E Sundance

📋 copy color: '#B9A54E'

red 185 ◦ green 165 ◦ blue 78

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

Shades of Sundance #B9A54E

Tints of Sundance #B9A54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 43.22%
G = 38.55%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9A54E (or 0xB9A54E) is known color: Sundance. HEX triplet: B9, A5 and 4E. RGB value is (185,165,78). Sum of RGB (Red+Green+Blue) = 185+165+78=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A54E is #465AB1. Grayscale: #A1A1A1. Windows color (decimal): -4610738 or 5154233. OLE color: 5154233.

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

Color convert

RGB 185 165 78 -
CMYK 0 0.11 0.58 0.27
HSL 48.79º 0.43% 0.52% -
HSV(B) 48.79º 0.58% 0.73% -
XYZ 34.84 37.77 12.66 -
YUV 161.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 185 165 78 0 0.11 0.58 0.27 48.79 0.43 0.52
Hex B9 A5 4E 0 B 3A 1B 31 2B 34
Octal 271 245 116 0 13 72 33 61 53 64
Binary 10111001 10100101 1001110 0 1011 111010 11011 110001 101011 110100

Color Harmonies of #B9A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A54E

Black with #B9A54E

Text Example


Text Example

White with #B9A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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