Html Css Color HEX #B9A650 Sundance

📋 copy color: '#B9A650'

red 185 ◦ green 166 ◦ blue 80

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

Shades of Sundance #B9A650

Tints of Sundance #B9A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

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

R = 42.92%
G = 38.52%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9A650 (or 0xB9A650) is known color: Sundance. HEX triplet: B9, A6 and 50. RGB value is (185,166,80). Sum of RGB (Red+Green+Blue) = 185+166+80=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A650 is #4659AF. Grayscale: #A2A2A2. Windows color (decimal): -4610480 or 5285561. OLE color: 5285561.

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

Color convert

RGB 185 166 80 -
CMYK 0 0.10 0.57 0.27
HSL 49.14º 0.43% 0.52% -
HSV(B) 49.14º 0.57% 0.73% -
XYZ 35.09 38.17 13.11 -
YUV 161.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 185 166 80 0 0.10 0.57 0.27 49.14 0.43 0.52
Hex B9 A6 50 0 A 39 1B 31 2B 34
Octal 271 246 120 0 12 71 33 61 53 64
Binary 10111001 10100110 1010000 0 1010 111001 11011 110001 101011 110100

Color Harmonies of #B9A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A650

Black with #B9A650

Text Example


Text Example

White with #B9A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A650; }

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

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

background-color css

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

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

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

border-color css

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

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

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