#B07258

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

Shades of Sante Fe #B07258

Tints of Sante Fe #B07258

Color information

#B07258 (or 0xB07258) is unknown color: approx Sante Fe. HEX triplet: B0, 72 and 58. RGB value is (176,114,88). Sum of RGB (Red+Green+Blue) = 176+114+88=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07258 is #4F8DA7. Grayscale: #818181. Windows color (decimal): -5213608 or 5796528. OLE color: 5796528.

HSL color Cylindrical-coordinate representation of color #B07258: hue angle of 17.73º 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 #B07258 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17611488-
CMYK00.350.500.31
HSL17.73º35.77%51.76%-
HSV(B)17.73º50%69.02%-
XYZ25.6821.9712.12-
YUV129.57104.54161.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=46.56%
G=30.16%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761148800.350.500.3117.7335.7751.76
HexB07258023321F122434
Octal2601621300436237224464
Binary101100001110010101100001000111100101111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07258; }

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

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

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

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

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

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

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

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