#B07158

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

Shades of Sante Fe #B07158

Tints of Sante Fe #B07158

Color information

#B07158 (or 0xB07158) is unknown color: approx Sante Fe. HEX triplet: B0, 71 and 58. RGB value is (176,113,88). Sum of RGB (Red+Green+Blue) = 176+113+88=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B07158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07158 is #4F8EA7. Grayscale: #818181. Windows color (decimal): -5213864 or 5796272. OLE color: 5796272.

HSL color Cylindrical-coordinate representation of color #B07158: hue angle of 17.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07158 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17611388-
CMYK00.360.500.31
HSL17.05º35.77%51.76%-
HSV(B)17.05º50%69.02%-
XYZ25.5721.7412.08-
YUV128.99104.87161.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=46.68%
G=29.97%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761138800.360.500.3117.0535.7751.76
HexB07158024321F112434
Octal2601611300446237214464
Binary101100001110001101100001001001100101111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07158; }

 p { color: rgb(176,113,88); }

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

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

 a { background-color: rgb(176,113,88); }

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

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

 span { border-color: rgb(176,113,88); }

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