Html Css Color HEX #B9AD50 Sundance

📋 copy color: '#B9AD50'

red 185 ◦ green 173 ◦ blue 80

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

Shades of Sundance #B9AD50

Tints of Sundance #B9AD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.26%

R = 42.24%
G = 39.5%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9AD50 (or 0xB9AD50) is known color: Sundance. HEX triplet: B9, AD and 50. RGB value is (185,173,80). Sum of RGB (Red+Green+Blue) = 185+173+80=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD50 is #4652AF. Grayscale: #A6A6A6. Windows color (decimal): -4608688 or 5287353. OLE color: 5287353.

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

Color convert

RGB 185 173 80 -
CMYK 0 0.06 0.57 0.27
HSL 53.14º 0.43% 0.52% -
HSV(B) 53.14º 0.57% 0.73% -
XYZ 36.4 40.78 13.54 -
YUV 165.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 185 173 80 0 0.06 0.57 0.27 53.14 0.43 0.52
Hex B9 AD 50 0 6 39 1B 35 2B 34
Octal 271 255 120 0 6 71 33 65 53 64
Binary 10111001 10101101 1010000 0 110 111001 11011 110101 101011 110100

Color Harmonies of #B9AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD50

Black with #B9AD50

Text Example


Text Example

White with #B9AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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