Html Css Color HEX #B9A655 Sundance

📋 copy color: '#B9A655'

red 185 ◦ green 166 ◦ blue 85

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

Shades of Sundance #B9A655

Tints of Sundance #B9A655

RGB

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

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

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

R = 42.43%
G = 38.07%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A655 (or 0xB9A655) is known color: Sundance. HEX triplet: B9, A6 and 55. RGB value is (185,166,85). Sum of RGB (Red+Green+Blue) = 185+166+85=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A655 is #4659AA. Grayscale: #A2A2A2. Windows color (decimal): -4610475 or 5613241. OLE color: 5613241.

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

Color convert

RGB 185 166 85 -
CMYK 0 0.10 0.54 0.27
HSL 48.6º 0.42% 0.53% -
HSV(B) 48.6º 0.54% 0.73% -
XYZ 35.28 38.24 14.12 -
YUV 162.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 185 166 85 0 0.10 0.54 0.27 48.6 0.42 0.53
Hex B9 A6 55 0 A 36 1B 31 2A 35
Octal 271 246 125 0 12 66 33 61 52 65
Binary 10111001 10100110 1010101 0 1010 110110 11011 110001 101010 110101

Color Harmonies of #B9A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A655

Black with #B9A655

Text Example


Text Example

White with #B9A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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