#B0725C

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

Shades of Sante Fe #B0725C

Tints of Sante Fe #B0725C

Color information

#B0725C (or 0xB0725C) is unknown color: approx Sante Fe. HEX triplet: B0, 72 and 5C. RGB value is (176,114,92). Sum of RGB (Red+Green+Blue) = 176+114+92=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0725C is #4F8DA3. Grayscale: #828282. Windows color (decimal): -5213604 or 6058672. OLE color: 6058672.

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

Color convert

RGB17611492-
CMYK00.350.480.31
HSL15.71º34.71%52.55%-
HSV(B)15.71º47.73%69.02%-
XYZ25.8522.0413.02-
YUV130.03106.54160.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=46.07%
G=29.84%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761149200.350.480.3115.7134.7152.55
HexB0725C023301F102335
Octal2601621340436037204365
Binary101100001110010101110001000111100001111110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0725C; }

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

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

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

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

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

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

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

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