#B0704B

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

Shades of Sante Fe #B0704B

Tints of Sante Fe #B0704B

Color information

#B0704B (or 0xB0704B) is unknown color: approx Sante Fe. HEX triplet: B0, 70 and 4B. RGB value is (176,112,75). Sum of RGB (Red+Green+Blue) = 176+112+75=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0704B is #4F8FB4. Grayscale: #7F7F7F. Windows color (decimal): -5214133 or 4944048. OLE color: 4944048.

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

Color convert

RGB17611275-
CMYK00.360.570.31
HSL21.98º40.24%49.22%-
HSV(B)21.98º57.39%69.02%-
XYZ24.9721.339.46-
YUV126.9298.7163.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=48.48%
G=30.85%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761127500.360.570.3121.9840.2449.22
HexB0704B024391F162831
Octal2601601130447137265061
Binary101100001110000100101101001001110011111110110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0704B; }

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

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

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

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

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

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

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

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