#B6765B

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

Shades of Sante Fe #B6765B

Tints of Sante Fe #B6765B

Color information

#B6765B (or 0xB6765B) is unknown color: approx Sante Fe. HEX triplet: B6, 76 and 5B. RGB value is (182,118,91). Sum of RGB (Red+Green+Blue) = 182+118+91=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6765B is #4989A4. Grayscale: #868686. Windows color (decimal): -4819365 or 5994166. OLE color: 5994166.

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

Color convert

RGB18211891-
CMYK00.350.50.29
HSL17.8º38.4%53.53%-
HSV(B)17.8º50%71.37%-
XYZ27.6623.6613.01-
YUV134.06103.7162.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=46.55%
G=30.18%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821189100.350.50.2917.838.453.53
HexB6765B023321D122636
Octal2661661330436235224666
Binary101101101110110101101101000111100101110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6765B; }

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

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

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

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

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

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

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

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