#B07058

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

Shades of Sante Fe #B07058

Tints of Sante Fe #B07058

Color information

#B07058 (or 0xB07058) is unknown color: approx Sante Fe. HEX triplet: B0, 70 and 58. RGB value is (176,112,88). Sum of RGB (Red+Green+Blue) = 176+112+88=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07058 is #4F8FA7. Grayscale: #808080. Windows color (decimal): -5214120 or 5796016. OLE color: 5796016.

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

Color convert

RGB17611288-
CMYK00.360.500.31
HSL16.36º35.77%51.76%-
HSV(B)16.36º50%69.02%-
XYZ25.4621.5212.04-
YUV128.4105.2161.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=46.81%
G=29.79%
B=23.40%

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
Decimal1761128800.360.500.3116.3635.7751.76
HexB07058024321F102434
Octal2601601300446237204464
Binary101100001110000101100001001001100101111110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07058; }

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

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

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

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

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

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

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

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