#b2704c

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

Shades of Sante Fe #B2704C

Tints of Sante Fe #B2704C

Color information

#B2704C (or 0xB2704C) is unknown color: approx Sante Fe. HEX triplet: B2, 70 and 4C. RGB value is (178,112,76). Sum of RGB (Red+Green+Blue) = 178+112+76=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2704C is #4D8FB3. Grayscale: #7F7F7F. Windows color (decimal): -5083060 or 5009586. OLE color: 5009586.

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

Color convert

RGB17811276-
CMYK00.370.570.30
HSL21.18º40.16%49.8%-
HSV(B)21.18º57.3%69.8%-
XYZ25.4621.589.66-
YUV127.6398.87163.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=48.63%
G=30.60%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781127600.370.570.3021.1840.1649.8
HexB2704C025391E152832
Octal2621601140457136255062
Binary101100101110000100110001001011110011111010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2704c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2704c; }

 p { color: rgb(178,112,76); }

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

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

 a { background-color: rgb(178,112,76); }

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

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

 span { border-color: rgb(178,112,76); }

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