#b66b55

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

Shades of Sante Fe #B66B55

Tints of Sante Fe #B66B55

Color information

#B66B55 (or 0xB66B55) is unknown color: approx Sante Fe. HEX triplet: B6, 6B and 55. RGB value is (182,107,85). Sum of RGB (Red+Green+Blue) = 182+107+85=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B55 is #4994AA. Grayscale: #7F7F7F. Windows color (decimal): -4822187 or 5598134. OLE color: 5598134.

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

Color convert

RGB18210785-
CMYK00.410.530.29
HSL13.61º39.92%52.35%-
HSV(B)13.61º53.3%71.37%-
XYZ26.1921.1211.29-
YUV126.92104.35167.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=48.66%
G=28.61%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821078500.410.530.2913.6139.9252.35
HexB66B55029351De2834
Octal2661531250516535165064
Binary10110110110101110101010101001110101111011110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66b55; }

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

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

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

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

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

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

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

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