Html Css Color HEX #B9A354 Sundance

📋 copy color: '#B9A354'

red 185 ◦ green 163 ◦ blue 84

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

Shades of Sundance #B9A354

Tints of Sundance #B9A354

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

 BLUE value IS 84 (33.2% from 255) = 19.44%

R = 42.82%
G = 37.73%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A354 (or 0xB9A354) is known color: Sundance. HEX triplet: B9, A3 and 54. RGB value is (185,163,84). Sum of RGB (Red+Green+Blue) = 185+163+84=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A354 is #465CAB. Grayscale: #A0A0A0. Windows color (decimal): -4611244 or 5546937. OLE color: 5546937.

HSL color Cylindrical-coordinate representation of color #B9A354: hue angle of 46.93º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9A354 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 84 -
CMYK 0 0.12 0.55 0.27
HSL 46.93º 0.42% 0.53% -
HSV(B) 46.93º 0.55% 0.73% -
XYZ 34.71 37.15 13.73 -
YUV 160.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 185 163 84 0 0.12 0.55 0.27 46.93 0.42 0.53
Hex B9 A3 54 0 C 37 1B 2F 2A 35
Octal 271 243 124 0 14 67 33 57 52 65
Binary 10111001 10100011 1010100 0 1100 110111 11011 101111 101010 110101

Color Harmonies of #B9A354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A354

Black with #B9A354

Text Example


Text Example

White with #B9A354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A354; }

 p { color: rgb(185,163,84); }

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

background-color css

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

 a { background-color: rgb(185,163,84); }

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

border-color css

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

 span { border-color: rgb(185,163,84); }

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