#b7724e

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

Shades of Sante Fe #B7724E

Tints of Sante Fe #B7724E

Color information

#B7724E (or 0xB7724E) is unknown color: approx Sante Fe. HEX triplet: B7, 72 and 4E. RGB value is (183,114,78). Sum of RGB (Red+Green+Blue) = 183+114+78=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7724E is #488DB1. Grayscale: #828282. Windows color (decimal): -4754866 or 5141175. OLE color: 5141175.

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

Color convert

RGB18311478-
CMYK00.380.570.28
HSL20.57º42.17%51.18%-
HSV(B)20.57º57.38%71.76%-
XYZ26.9222.6510.16-
YUV130.5398.36165.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=48.8%
G=30.4%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831147800.380.570.2820.5742.1751.18
HexB7724E026391C152a33
Octal2671621160467134255263
Binary101101111110010100111001001101110011110010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7724e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7724e; }

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

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

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

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

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

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

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

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