#B66651

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

Shades of Sante Fe #B66651

Tints of Sante Fe #B66651

Color information

#B66651 (or 0xB66651) is unknown color: approx Sante Fe. HEX triplet: B6, 66 and 51. RGB value is (182,102,81). Sum of RGB (Red+Green+Blue) = 182+102+81=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66651 is #4999AE. Grayscale: #7B7B7B. Windows color (decimal): -4823471 or 5334710. OLE color: 5334710.

HSL color Cylindrical-coordinate representation of color #B66651: hue angle of 12.48º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66651 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18210281-
CMYK00.440.550.29
HSL12.48º40.89%51.57%-
HSV(B)12.48º55.49%71.37%-
XYZ25.5320.0410.31-
YUV123.53104169.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=49.86%
G=27.95%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821028100.440.550.2912.4840.8951.57
HexB6665102C371Dc2934
Octal2661461210546735145164
Binary10110110110011010100010101100110111111011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66651; }

 p { color: rgb(182,102,81); }

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

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

 a { background-color: rgb(182,102,81); }

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

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

 span { border-color: rgb(182,102,81); }

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