Html Css Color HEX #B9AD51 Sundance

📋 copy color: '#B9AD51'

red 185 ◦ green 173 ◦ blue 81

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

Shades of Sundance #B9AD51

Tints of Sundance #B9AD51

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 81 (32.03% from 255) = 18.45%

R = 42.14%
G = 39.41%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9AD51 (or 0xB9AD51) is known color: Sundance. HEX triplet: B9, AD and 51. RGB value is (185,173,81). Sum of RGB (Red+Green+Blue) = 185+173+81=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD51 is #4652AE. Grayscale: #A6A6A6. Windows color (decimal): -4608687 or 5352889. OLE color: 5352889.

HSL color Cylindrical-coordinate representation of color #B9AD51: hue angle of 53.08º degrees, saturation: 0.43, 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 #B9AD51 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 81 -
CMYK 0 0.06 0.56 0.27
HSL 53.08º 0.43% 0.52% -
HSV(B) 53.08º 0.56% 0.73% -
XYZ 36.44 40.8 13.74 -
YUV 166.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 185 173 81 0 0.06 0.56 0.27 53.08 0.43 0.52
Hex B9 AD 51 0 6 38 1B 35 2B 34
Octal 271 255 121 0 6 70 33 65 53 64
Binary 10111001 10101101 1010001 0 110 111000 11011 110101 101011 110100

Color Harmonies of #B9AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD51

Black with #B9AD51

Text Example


Text Example

White with #B9AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD51; }

 p { color: rgb(185,173,81); }

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

background-color css

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

 a { background-color: rgb(185,173,81); }

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

border-color css

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

 span { border-color: rgb(185,173,81); }

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