#B66951

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

Shades of Sante Fe #B66951

Tints of Sante Fe #B66951

Color information

#B66951 (or 0xB66951) is unknown color: approx Sante Fe. HEX triplet: B6, 69 and 51. RGB value is (182,105,81). Sum of RGB (Red+Green+Blue) = 182+105+81=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B66951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66951 is #4996AE. Grayscale: #7D7D7D. Windows color (decimal): -4822703 or 5335478. OLE color: 5335478.

HSL color Cylindrical-coordinate representation of color #B66951: hue angle of 14.26º 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 #B66951 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18210581-
CMYK00.420.550.29
HSL14.26º40.89%51.57%-
HSV(B)14.26º55.49%71.37%-
XYZ25.8320.6410.41-
YUV125.29103.01168.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=49.46%
G=28.53%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821058100.420.550.2914.2640.8951.57
HexB6695102A371De2934
Octal2661511210526735165164
Binary10110110110100110100010101010110111111011110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66951; }

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

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

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

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

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

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

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

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