#B6764F

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

Shades of Sante Fe #B6764F

Tints of Sante Fe #B6764F

Color information

#B6764F (or 0xB6764F) is unknown color: approx Sante Fe. HEX triplet: B6, 76 and 4F. RGB value is (182,118,79). Sum of RGB (Red+Green+Blue) = 182+118+79=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6764F is #4989B0. Grayscale: #848484. Windows color (decimal): -4819377 or 5207734. OLE color: 5207734.

HSL color Cylindrical-coordinate representation of color #B6764F: hue angle of 22.72º degrees, saturation: 0.41, 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 #B6764F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18211879-
CMYK00.350.570.29
HSL22.72º41.37%51.18%-
HSV(B)22.72º56.59%71.37%-
XYZ27.1823.4710.49-
YUV132.6997.7163.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=48.02%
G=31.13%
B=20.84%

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
Decimal1821187900.350.570.2922.7241.3751.18
HexB6764F023391D172933
Octal2661661170437135275163
Binary101101101110110100111101000111110011110110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6764F; }

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

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

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

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

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

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

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

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