Html Css Color HEX #B96A55 Sante Fe

📋 copy color: '#B96A55'

red 185 ◦ green 106 ◦ blue 85

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

Shades of Sante Fe #B96A55

Tints of Sante Fe #B96A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 49.2%
G = 28.19%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B96A55 (or 0xB96A55) is known color: Sante Fe. HEX triplet: B9, 6A and 55. RGB value is (185,106,85). Sum of RGB (Red+Green+Blue) = 185+106+85=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A55 is #4695AA. Grayscale: #7F7F7F. Windows color (decimal): -4625835 or 5597881. OLE color: 5597881.

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

Color convert

RGB 185 106 85 -
CMYK 0 0.43 0.54 0.27
HSL 12.6º 0.42% 0.53% -
HSV(B) 12.6º 0.54% 0.73% -
XYZ 26.8 21.28 11.29 -
YUV 127.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 185 106 85 0 0.43 0.54 0.27 12.6 0.42 0.53
Hex B9 6A 55 0 2B 36 1B D 2A 35
Octal 271 152 125 0 53 66 33 15 52 65
Binary 10111001 1101010 1010101 0 101011 110110 11011 1101 101010 110101

Color Harmonies of #B96A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A55

Black with #B96A55

Text Example


Text Example

White with #B96A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A55; }

 p { color: rgb(185,106,85); }

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

background-color css

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

 a { background-color: rgb(185,106,85); }

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

border-color css

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

 span { border-color: rgb(185,106,85); }

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