Html Css Color HEX #B9AA52 Sundance

📋 copy color: '#B9AA52'

red 185 ◦ green 170 ◦ blue 82

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

Shades of Sundance #B9AA52

Tints of Sundance #B9AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 42.33%
G = 38.9%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9AA52 (or 0xB9AA52) is known color: Sundance. HEX triplet: B9, AA and 52. RGB value is (185,170,82). Sum of RGB (Red+Green+Blue) = 185+170+82=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA52 is #4655AD. Grayscale: #A4A4A4. Windows color (decimal): -4609454 or 5417657. OLE color: 5417657.

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

Color convert

RGB 185 170 82 -
CMYK 0 0.08 0.56 0.27
HSL 51.26º 0.42% 0.52% -
HSV(B) 51.26º 0.56% 0.73% -
XYZ 35.91 39.67 13.75 -
YUV 164.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 185 170 82 0 0.08 0.56 0.27 51.26 0.42 0.52
Hex B9 AA 52 0 8 38 1B 33 2A 34
Octal 271 252 122 0 10 70 33 63 52 64
Binary 10111001 10101010 1010010 0 1000 111000 11011 110011 101010 110100

Color Harmonies of #B9AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA52

Black with #B9AA52

Text Example


Text Example

White with #B9AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA52; }

 p { color: rgb(185,170,82); }

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

background-color css

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

 a { background-color: rgb(185,170,82); }

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

border-color css

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

 span { border-color: rgb(185,170,82); }

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