#B07655

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

Shades of Sante Fe #B07655

Tints of Sante Fe #B07655

Color information

#B07655 (or 0xB07655) is unknown color: approx Sante Fe. HEX triplet: B0, 76 and 55. RGB value is (176,118,85). Sum of RGB (Red+Green+Blue) = 176+118+85=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07655 is #4F89AA. Grayscale: #838383. Windows color (decimal): -5212587 or 5600944. OLE color: 5600944.

HSL color Cylindrical-coordinate representation of color #B07655: hue angle of 21.76º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07655 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17611885-
CMYK00.330.520.31
HSL21.76º36.55%51.18%-
HSV(B)21.76º51.7%69.02%-
XYZ26.0222.8411.63-
YUV131.58101.72159.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=46.44%
G=31.13%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761188500.330.520.3121.7636.5551.18
HexB07655021341F162533
Octal2601661250416437264563
Binary101100001110110101010101000011101001111110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07655; }

 p { color: rgb(176,118,85); }

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

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

 a { background-color: rgb(176,118,85); }

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

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

 span { border-color: rgb(176,118,85); }

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