#B07953

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

Shades of Sante Fe #B07953

Tints of Sante Fe #B07953

Color information

#B07953 (or 0xB07953) is unknown color: approx Sante Fe. HEX triplet: B0, 79 and 53. RGB value is (176,121,83). Sum of RGB (Red+Green+Blue) = 176+121+83=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07953 is #4F86AC. Grayscale: #858585. Windows color (decimal): -5211821 or 5470640. OLE color: 5470640.

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

Color convert

RGB17612183-
CMYK00.310.530.31
HSL24.52º37.05%50.78%-
HSV(B)24.52º52.84%69.02%-
XYZ26.323.5311.34-
YUV133.1199.72158.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=46.32%
G=31.84%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761218300.310.530.3124.5237.0550.78
HexB0795301F351F192533
Octal2601711230376537314563
Binary10110000111100110100110111111101011111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07953; }

 p { color: rgb(176,121,83); }

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

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

 a { background-color: rgb(176,121,83); }

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

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

 span { border-color: rgb(176,121,83); }

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