#B66B57

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

Shades of Sante Fe #B66B57

Tints of Sante Fe #B66B57

Color information

#B66B57 (or 0xB66B57) is unknown color: approx Sante Fe. HEX triplet: B6, 6B and 57. RGB value is (182,107,87). Sum of RGB (Red+Green+Blue) = 182+107+87=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B57 is #4994A8. Grayscale: #7F7F7F. Windows color (decimal): -4822185 or 5729206. OLE color: 5729206.

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

Color convert

RGB18210787-
CMYK00.410.520.29
HSL12.63º39.42%52.75%-
HSV(B)12.63º52.2%71.37%-
XYZ26.2721.1511.71-
YUV127.15105.35167.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=48.40%
G=28.46%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821078700.410.520.2912.6339.4252.75
HexB66B57029341Dd2735
Octal2661531270516435154765
Binary10110110110101110101110101001110100111011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B57; }

 p { color: rgb(182,107,87); }

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

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

 a { background-color: rgb(182,107,87); }

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

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

 span { border-color: rgb(182,107,87); }

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