Html Css Color HEX #B9AC50 Sundance

📋 copy color: '#B9AC50'

red 185 ◦ green 172 ◦ blue 80

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

Shades of Sundance #B9AC50

Tints of Sundance #B9AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

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

R = 42.33%
G = 39.36%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9AC50 (or 0xB9AC50) is known color: Sundance. HEX triplet: B9, AC and 50. RGB value is (185,172,80). Sum of RGB (Red+Green+Blue) = 185+172+80=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC50 is #4653AF. Grayscale: #A5A5A5. Windows color (decimal): -4608944 or 5287097. OLE color: 5287097.

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

Color convert

RGB 185 172 80 -
CMYK 0 0.07 0.57 0.27
HSL 52.57º 0.43% 0.52% -
HSV(B) 52.57º 0.57% 0.73% -
XYZ 36.21 40.4 13.48 -
YUV 165.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 185 172 80 0 0.07 0.57 0.27 52.57 0.43 0.52
Hex B9 AC 50 0 7 39 1B 35 2B 34
Octal 271 254 120 0 7 71 33 65 53 64
Binary 10111001 10101100 1010000 0 111 111001 11011 110101 101011 110100

Color Harmonies of #B9AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC50

Black with #B9AC50

Text Example


Text Example

White with #B9AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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