#B8724D

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

Shades of Sante Fe #B8724D

Tints of Sante Fe #B8724D

Color information

#B8724D (or 0xB8724D) is unknown color: approx Sante Fe. HEX triplet: B8, 72 and 4D. RGB value is (184,114,77). Sum of RGB (Red+Green+Blue) = 184+114+77=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8724D is #478DB2. Grayscale: #828282. Windows color (decimal): -4689331 or 5075640. OLE color: 5075640.

HSL color Cylindrical-coordinate representation of color #B8724D: hue angle of 20.75º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8724D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411477-
CMYK00.380.580.28
HSL20.75º42.97%51.18%-
HSV(B)20.75º58.15%72.16%-
XYZ27.1222.769.98-
YUV130.7197.69166.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=49.07%
G=30.4%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841147700.380.580.2820.7542.9751.18
HexB8724D0263A1C152b33
Octal2701621150467234255363
Binary101110001110010100110101001101110101110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8724D; }

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

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

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

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

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

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

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

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