#B8744D

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

Shades of Sante Fe #B8744D

Tints of Sante Fe #B8744D

Color information

#B8744D (or 0xB8744D) is unknown color: approx Sante Fe. HEX triplet: B8, 74 and 4D. RGB value is (184,116,77). Sum of RGB (Red+Green+Blue) = 184+116+77=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8744D is #478BB2. Grayscale: #848484. Windows color (decimal): -4688819 or 5076152. OLE color: 5076152.

HSL color Cylindrical-coordinate representation of color #B8744D: hue angle of 21.87º 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 #B8744D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411677-
CMYK00.370.580.28
HSL21.87º42.97%51.18%-
HSV(B)21.87º58.15%72.16%-
XYZ27.3523.2210.06-
YUV131.8997.03165.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=48.81%
G=30.77%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841167700.370.580.2821.8742.9751.18
HexB8744D0253A1C162b33
Octal2701641150457234265363
Binary101110001110100100110101001011110101110010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8744D; }

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

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

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

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

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

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

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

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