Html Css Color HEX #B9A352 Sundance

📋 copy color: '#B9A352'

red 185 ◦ green 163 ◦ blue 82

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

Shades of Sundance #B9A352

Tints of Sundance #B9A352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 43.02%
G = 37.91%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9A352 (or 0xB9A352) is known color: Sundance. HEX triplet: B9, A3 and 52. RGB value is (185,163,82). Sum of RGB (Red+Green+Blue) = 185+163+82=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A352 is #465CAD. Grayscale: #A0A0A0. Windows color (decimal): -4611246 or 5415865. OLE color: 5415865.

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

Color convert

RGB 185 163 82 -
CMYK 0 0.12 0.56 0.27
HSL 47.18º 0.42% 0.52% -
HSV(B) 47.18º 0.56% 0.73% -
XYZ 34.63 37.12 13.32 -
YUV 160.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 185 163 82 0 0.12 0.56 0.27 47.18 0.42 0.52
Hex B9 A3 52 0 C 38 1B 2F 2A 34
Octal 271 243 122 0 14 70 33 57 52 64
Binary 10111001 10100011 1010010 0 1100 111000 11011 101111 101010 110100

Color Harmonies of #B9A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A352

Black with #B9A352

Text Example


Text Example

White with #B9A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A352; }

 p { color: rgb(185,163,82); }

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

background-color css

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

 a { background-color: rgb(185,163,82); }

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

border-color css

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

 span { border-color: rgb(185,163,82); }

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