#B66B58

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

Shades of Sante Fe #B66B58

Tints of Sante Fe #B66B58

Color information

#B66B58 (or 0xB66B58) is unknown color: approx Sante Fe. HEX triplet: B6, 6B and 58. RGB value is (182,107,88). Sum of RGB (Red+Green+Blue) = 182+107+88=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B58 is #4994A7. Grayscale: #7F7F7F. Windows color (decimal): -4822184 or 5794742. OLE color: 5794742.

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

Color convert

RGB18210788-
CMYK00.410.520.29
HSL12.13º39.17%52.94%-
HSV(B)12.13º51.65%71.37%-
XYZ26.3121.1711.93-
YUV127.26105.85167.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=48.28%
G=28.38%
B=23.34%

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
Decimal1821078800.410.520.2912.1339.1752.94
HexB66B58029341Dc2735
Octal2661531300516435144765
Binary10110110110101110110000101001110100111011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B58; }

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

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

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

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

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

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

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

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