#B3704B

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

Shades of Sante Fe #B3704B

Tints of Sante Fe #B3704B

Color information

#B3704B (or 0xB3704B) is unknown color: approx Sante Fe. HEX triplet: B3, 70 and 4B. RGB value is (179,112,75). Sum of RGB (Red+Green+Blue) = 179+112+75=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3704B is #4C8FB4. Grayscale: #808080. Windows color (decimal): -5017525 or 4944051. OLE color: 4944051.

HSL color Cylindrical-coordinate representation of color #B3704B: hue angle of 21.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3704B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17911275-
CMYK00.370.580.30
HSL21.35º40.94%49.8%-
HSV(B)21.35º58.1%70.2%-
XYZ25.6521.689.49-
YUV127.8298.2164.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=48.91%
G=30.60%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791127500.370.580.3021.3540.9449.8
HexB3704B0253A1E152932
Octal2631601130457236255162
Binary101100111110000100101101001011110101111010101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3704B; }

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

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

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

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

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

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

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

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