Html Css Color HEX #B9A853 Sundance

📋 copy color: '#B9A853'

red 185 ◦ green 168 ◦ blue 83

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

Shades of Sundance #B9A853

Tints of Sundance #B9A853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 42.43%
G = 38.53%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A853 (or 0xB9A853) is known color: Sundance. HEX triplet: B9, A8 and 53. RGB value is (185,168,83). Sum of RGB (Red+Green+Blue) = 185+168+83=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A853 is #4657AC. Grayscale: #A3A3A3. Windows color (decimal): -4609965 or 5482681. OLE color: 5482681.

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

Color convert

RGB 185 168 83 -
CMYK 0 0.09 0.55 0.27
HSL 50º 0.42% 0.53% -
HSV(B) 50º 0.55% 0.73% -
XYZ 35.57 38.94 13.83 -
YUV 163.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 185 168 83 0 0.09 0.55 0.27 50 0.42 0.53
Hex B9 A8 53 0 9 37 1B 32 2A 35
Octal 271 250 123 0 11 67 33 62 52 65
Binary 10111001 10101000 1010011 0 1001 110111 11011 110010 101010 110101

Color Harmonies of #B9A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A853

Black with #B9A853

Text Example


Text Example

White with #B9A853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A853; }

 p { color: rgb(185,168,83); }

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

background-color css

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

 a { background-color: rgb(185,168,83); }

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

border-color css

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

 span { border-color: rgb(185,168,83); }

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