Html Css Color HEX #B9A355 Sundance

📋 copy color: '#B9A355'

red 185 ◦ green 163 ◦ blue 85

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

Shades of Sundance #B9A355

Tints of Sundance #B9A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 42.73%
G = 37.64%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A355 (or 0xB9A355) is known color: Sundance. HEX triplet: B9, A3 and 55. RGB value is (185,163,85). Sum of RGB (Red+Green+Blue) = 185+163+85=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A355 is #465CAA. Grayscale: #A1A1A1. Windows color (decimal): -4611243 or 5612473. OLE color: 5612473.

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

Color convert

RGB 185 163 85 -
CMYK 0 0.12 0.54 0.27
HSL 46.8º 0.42% 0.53% -
HSV(B) 46.8º 0.54% 0.73% -
XYZ 34.74 37.16 13.94 -
YUV 160.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 185 163 85 0 0.12 0.54 0.27 46.8 0.42 0.53
Hex B9 A3 55 0 C 36 1B 2F 2A 35
Octal 271 243 125 0 14 66 33 57 52 65
Binary 10111001 10100011 1010101 0 1100 110110 11011 101111 101010 110101

Color Harmonies of #B9A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A355

Black with #B9A355

Text Example


Text Example

White with #B9A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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