#B6764E

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

Shades of Sante Fe #B6764E

Tints of Sante Fe #B6764E

Color information

#B6764E (or 0xB6764E) is unknown color: approx Sante Fe. HEX triplet: B6, 76 and 4E. RGB value is (182,118,78). Sum of RGB (Red+Green+Blue) = 182+118+78=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6764E is #4989B1. Grayscale: #848484. Windows color (decimal): -4819378 or 5142198. OLE color: 5142198.

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

Color convert

RGB18211878-
CMYK00.350.570.29
HSL23.08º41.6%50.98%-
HSV(B)23.08º57.14%71.37%-
XYZ27.1423.4510.3-
YUV132.5897.2163.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=48.15%
G=31.22%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821187800.350.570.2923.0841.650.98
HexB6764E023391D172a33
Octal2661661160437135275263
Binary101101101110110100111001000111110011110110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6764E; }

 p { color: rgb(182,118,78); }

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

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

 a { background-color: rgb(182,118,78); }

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

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

 span { border-color: rgb(182,118,78); }

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