#b66750

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

Shades of Sante Fe #B66750

Tints of Sante Fe #B66750

Color information

#B66750 (or 0xB66750) is unknown color: approx Sante Fe. HEX triplet: B6, 67 and 50. RGB value is (182,103,80). Sum of RGB (Red+Green+Blue) = 182+103+80=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66750 is #4998AF. Grayscale: #7C7C7C. Windows color (decimal): -4823216 or 5269430. OLE color: 5269430.

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

Color convert

RGB18210380-
CMYK00.430.560.29
HSL13.53º41.13%51.37%-
HSV(B)13.53º56.04%71.37%-
XYZ25.5920.2210.14-
YUV124103.17169.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=49.86%
G=28.22%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821038000.430.560.2913.5341.1351.37
HexB6675002B381De2933
Octal2661471200537035165163
Binary10110110110011110100000101011111000111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66750; }

 p { color: rgb(182,103,80); }

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

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

 a { background-color: rgb(182,103,80); }

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

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

 span { border-color: rgb(182,103,80); }

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