Html Css Color HEX #B9A754 Sundance

📋 copy color: '#B9A754'

red 185 ◦ green 167 ◦ blue 84

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

Shades of Sundance #B9A754

Tints of Sundance #B9A754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 42.43%
G = 38.3%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A754 (or 0xB9A754) is known color: Sundance. HEX triplet: B9, A7 and 54. RGB value is (185,167,84). Sum of RGB (Red+Green+Blue) = 185+167+84=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A754 is #4658AB. Grayscale: #A3A3A3. Windows color (decimal): -4610220 or 5547961. OLE color: 5547961.

HSL color Cylindrical-coordinate representation of color #B9A754: hue angle of 49.31º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9A754 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 84 -
CMYK 0 0.10 0.55 0.27
HSL 49.31º 0.42% 0.53% -
HSV(B) 49.31º 0.55% 0.73% -
XYZ 35.43 38.59 13.97 -
YUV 162.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 185 167 84 0 0.10 0.55 0.27 49.31 0.42 0.53
Hex B9 A7 54 0 A 37 1B 31 2A 35
Octal 271 247 124 0 12 67 33 61 52 65
Binary 10111001 10100111 1010100 0 1010 110111 11011 110001 101010 110101

Color Harmonies of #B9A754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A754

Black with #B9A754

Text Example


Text Example

White with #B9A754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A754; }

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

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

background-color css

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

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

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

border-color css

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

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

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