Html Css Color HEX #B97655 Sante Fe

📋 copy color: '#B97655'

red 185 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #B97655

Tints of Sante Fe #B97655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 47.68%
G = 30.41%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B97655 (or 0xB97655) is known color: Sante Fe. HEX triplet: B9, 76 and 55. RGB value is (185,118,85). Sum of RGB (Red+Green+Blue) = 185+118+85=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B97655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97655 is #4689AA. Grayscale: #868686. Windows color (decimal): -4622763 or 5600953. OLE color: 5600953.

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

Color convert

RGB 185 118 85 -
CMYK 0 0.36 0.54 0.27
HSL 19.8º 0.42% 0.53% -
HSV(B) 19.8º 0.54% 0.73% -
XYZ 28.13 23.93 11.73 -
YUV 134.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 185 118 85 0 0.36 0.54 0.27 19.8 0.42 0.53
Hex B9 76 55 0 24 36 1B 14 2A 35
Octal 271 166 125 0 44 66 33 24 52 65
Binary 10111001 1110110 1010101 0 100100 110110 11011 10100 101010 110101

Color Harmonies of #B97655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97655

Black with #B97655

Text Example


Text Example

White with #B97655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97655; }

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

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

background-color css

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

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

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

border-color css

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

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

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