#B07052

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

Shades of Sante Fe #B07052

Tints of Sante Fe #B07052

Color information

#B07052 (or 0xB07052) is unknown color: approx Sante Fe. HEX triplet: B0, 70 and 52. RGB value is (176,112,82). Sum of RGB (Red+Green+Blue) = 176+112+82=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B07052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07052 is #4F8FAD. Grayscale: #7F7F7F. Windows color (decimal): -5214126 or 5402800. OLE color: 5402800.

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

Color convert

RGB17611282-
CMYK00.360.530.31
HSL19.15º37.3%50.59%-
HSV(B)19.15º53.41%69.02%-
XYZ25.2221.4310.79-
YUV127.72102.2162.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=47.57%
G=30.27%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761128200.360.530.3119.1537.350.59
HexB07052024351F132533
Octal2601601220446537234563
Binary101100001110000101001001001001101011111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07052; }

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

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

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

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

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

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

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

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