#B0724B

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

Shades of Sante Fe #B0724B

Tints of Sante Fe #B0724B

Color information

#B0724B (or 0xB0724B) is unknown color: approx Sante Fe. HEX triplet: B0, 72 and 4B. RGB value is (176,114,75). Sum of RGB (Red+Green+Blue) = 176+114+75=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0724B is #4F8DB4. Grayscale: #808080. Windows color (decimal): -5213621 or 4944560. OLE color: 4944560.

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

Color convert

RGB17611475-
CMYK00.350.570.31
HSL23.17º40.24%49.22%-
HSV(B)23.17º57.39%69.02%-
XYZ25.1921.779.53-
YUV128.0998.04162.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=48.22%
G=31.23%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761147500.350.570.3123.1740.2449.22
HexB0724B023391F172831
Octal2601621130437137275061
Binary101100001110010100101101000111110011111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0724B; }

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

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

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

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

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

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

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

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