Html Css Color HEX #B9A752 Sundance

📋 copy color: '#B9A752'

red 185 ◦ green 167 ◦ blue 82

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

Shades of Sundance #B9A752

Tints of Sundance #B9A752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 42.63%
G = 38.48%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9A752 (or 0xB9A752) is known color: Sundance. HEX triplet: B9, A7 and 52. RGB value is (185,167,82). Sum of RGB (Red+Green+Blue) = 185+167+82=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A752 is #4658AD. Grayscale: #A3A3A3. Windows color (decimal): -4610222 or 5416889. OLE color: 5416889.

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

Color convert

RGB 185 167 82 -
CMYK 0 0.10 0.56 0.27
HSL 49.51º 0.42% 0.52% -
HSV(B) 49.51º 0.56% 0.73% -
XYZ 35.35 38.56 13.56 -
YUV 162.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 185 167 82 0 0.10 0.56 0.27 49.51 0.42 0.52
Hex B9 A7 52 0 A 38 1B 32 2A 34
Octal 271 247 122 0 12 70 33 62 52 64
Binary 10111001 10100111 1010010 0 1010 111000 11011 110010 101010 110100

Color Harmonies of #B9A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A752

Black with #B9A752

Text Example


Text Example

White with #B9A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A752; }

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

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

background-color css

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

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

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

border-color css

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

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

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