#B6724D

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

Shades of Sante Fe #B6724D

Tints of Sante Fe #B6724D

Color information

#B6724D (or 0xB6724D) is unknown color: approx Sante Fe. HEX triplet: B6, 72 and 4D. RGB value is (182,114,77). Sum of RGB (Red+Green+Blue) = 182+114+77=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6724D is #498DB2. Grayscale: #828282. Windows color (decimal): -4820403 or 5075638. OLE color: 5075638.

HSL color Cylindrical-coordinate representation of color #B6724D: hue angle of 21.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6724D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18211477-
CMYK00.370.580.29
HSL21.14º41.83%50.78%-
HSV(B)21.14º57.69%71.37%-
XYZ26.6522.529.96-
YUV130.1198.03165.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=48.79%
G=30.56%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821147700.370.580.2921.1441.8350.78
HexB6724D0253A1D152a33
Octal2661621150457235255263
Binary101101101110010100110101001011110101110110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6724D; }

 p { color: rgb(182,114,77); }

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

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

 a { background-color: rgb(182,114,77); }

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

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

 span { border-color: rgb(182,114,77); }

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