#B97151

Color #B97151 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B97151

Tints of Sante Fe #B97151

Color information

#B97151 (or 0xB97151) is unknown color: approx Sante Fe. HEX triplet: B9, 71 and 51. RGB value is (185,113,81). Sum of RGB (Red+Green+Blue) = 185+113+81=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B97151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97151 is #468EAE. Grayscale: #838383. Windows color (decimal): -4624047 or 5337529. OLE color: 5337529.

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

Color convert

RGB18511381-
CMYK00.390.560.27
HSL18.46º42.62%52.16%-
HSV(B)18.46º56.22%72.55%-
XYZ27.422.7210.73-
YUV130.8899.85166.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=48.81%
G=29.82%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851138100.390.560.2718.4642.6252.16
HexB97151027381B122b34
Octal2711611210477033225364
Binary101110011110001101000101001111110001101110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97151; }

 p { color: rgb(185,113,81); }

 H1.HeaderClassName
 {
   color: #B97151;
 }
 .AnyTagClassName
 {
   color: #B97151;
 }
</style>
background-color css

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

 a { background-color: rgb(185,113,81); }

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

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

 span { border-color: rgb(185,113,81); }

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