#B2724E

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

Shades of Sante Fe #B2724E

Tints of Sante Fe #B2724E

Color information

#B2724E (or 0xB2724E) is unknown color: approx Sante Fe. HEX triplet: B2, 72 and 4E. RGB value is (178,114,78). Sum of RGB (Red+Green+Blue) = 178+114+78=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2724E is #4D8DB1. Grayscale: #818181. Windows color (decimal): -5082546 or 5141170. OLE color: 5141170.

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

Color convert

RGB17811478-
CMYK00.360.560.30
HSL21.6º39.37%50.2%-
HSV(B)21.6º56.18%69.8%-
XYZ25.7522.0510.11-
YUV129.0399.2162.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=48.11%
G=30.81%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781147800.360.560.3021.639.3750.2
HexB2724E024381E162732
Octal2621621160447036264762
Binary101100101110010100111001001001110001111010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2724E; }

 p { color: rgb(178,114,78); }

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

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

 a { background-color: rgb(178,114,78); }

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

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

 span { border-color: rgb(178,114,78); }

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