Html Css Color HEX #B9A850 Sundance

📋 copy color: '#B9A850'

red 185 ◦ green 168 ◦ blue 80

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

Shades of Sundance #B9A850

Tints of Sundance #B9A850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

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

R = 42.73%
G = 38.8%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9A850 (or 0xB9A850) is known color: Sundance. HEX triplet: B9, A8 and 50. RGB value is (185,168,80). Sum of RGB (Red+Green+Blue) = 185+168+80=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A850 is #4657AF. Grayscale: #A3A3A3. Windows color (decimal): -4609968 or 5286073. OLE color: 5286073.

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

Color convert

RGB 185 168 80 -
CMYK 0 0.09 0.57 0.27
HSL 50.29º 0.43% 0.52% -
HSV(B) 50.29º 0.57% 0.73% -
XYZ 35.46 38.9 13.23 -
YUV 163.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 185 168 80 0 0.09 0.57 0.27 50.29 0.43 0.52
Hex B9 A8 50 0 9 39 1B 32 2B 34
Octal 271 250 120 0 11 71 33 62 53 64
Binary 10111001 10101000 1010000 0 1001 111001 11011 110010 101011 110100

Color Harmonies of #B9A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A850

Black with #B9A850

Text Example


Text Example

White with #B9A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A850; }

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

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

background-color css

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

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

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

border-color css

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

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

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