#B7744E

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

Shades of Sante Fe #B7744E

Tints of Sante Fe #B7744E

Color information

#B7744E (or 0xB7744E) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 4E. RGB value is (183,116,78). Sum of RGB (Red+Green+Blue) = 183+116+78=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7744E is #488BB1. Grayscale: #838383. Windows color (decimal): -4754354 or 5141687. OLE color: 5141687.

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

Color convert

RGB18311678-
CMYK00.370.570.28
HSL21.71º42.17%51.18%-
HSV(B)21.71º57.38%71.76%-
XYZ27.1523.1110.24-
YUV131.797.7164.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=48.54%
G=30.77%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831167800.370.570.2821.7142.1751.18
HexB7744E025391C162a33
Octal2671641160457134265263
Binary101101111110100100111001001011110011110010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7744E; }

 p { color: rgb(183,116,78); }

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

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

 a { background-color: rgb(183,116,78); }

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

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

 span { border-color: rgb(183,116,78); }

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