#B66B53

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

Shades of Sante Fe #B66B53

Tints of Sante Fe #B66B53

Color information

#B66B53 (or 0xB66B53) is unknown color: approx Sante Fe. HEX triplet: B6, 6B and 53. RGB value is (182,107,83). Sum of RGB (Red+Green+Blue) = 182+107+83=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B53 is #4994AC. Grayscale: #7E7E7E. Windows color (decimal): -4822189 or 5467062. OLE color: 5467062.

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

Color convert

RGB18210783-
CMYK00.410.540.29
HSL14.55º40.41%51.96%-
HSV(B)14.55º54.4%71.37%-
XYZ26.1121.0910.88-
YUV126.69103.35167.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=48.92%
G=28.76%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821078300.410.540.2914.5540.4151.96
HexB66B53029361Df2834
Octal2661531230516635175064
Binary10110110110101110100110101001110110111011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B53; }

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

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

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

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

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

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

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

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