#B07351

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

Shades of Sante Fe #B07351

Tints of Sante Fe #B07351

Color information

#B07351 (or 0xB07351) is unknown color: approx Sante Fe. HEX triplet: B0, 73 and 51. RGB value is (176,115,81). Sum of RGB (Red+Green+Blue) = 176+115+81=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B07351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07351 is #4F8CAE. Grayscale: #818181. Windows color (decimal): -5213359 or 5338032. OLE color: 5338032.

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

Color convert

RGB17611581-
CMYK00.350.540.31
HSL21.47º37.55%50.39%-
HSV(B)21.47º53.98%69.02%-
XYZ25.5222.0910.7-
YUV129.36100.71161.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=47.31%
G=30.91%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761158100.350.540.3121.4737.5550.39
HexB07351023361F152632
Octal2601631210436637254662
Binary101100001110011101000101000111101101111110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07351; }

 p { color: rgb(176,115,81); }

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

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

 a { background-color: rgb(176,115,81); }

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

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

 span { border-color: rgb(176,115,81); }

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