#B27756

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

Shades of Sante Fe #B27756

Tints of Sante Fe #B27756

Color information

#B27756 (or 0xB27756) is unknown color: approx Sante Fe. HEX triplet: B2, 77 and 56. RGB value is (178,119,86). Sum of RGB (Red+Green+Blue) = 178+119+86=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27756 is #4D88A9. Grayscale: #858585. Windows color (decimal): -5081258 or 5666738. OLE color: 5666738.

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

Color convert

RGB17811986-
CMYK00.330.520.30
HSL21.52º37.4%51.76%-
HSV(B)21.52º51.69%69.8%-
XYZ26.6423.3311.9-
YUV132.88101.55160.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=46.48%
G=31.07%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781198600.330.520.3021.5237.451.76
HexB27756021341E162534
Octal2621671260416436264564
Binary101100101110111101011001000011101001111010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27756; }

 p { color: rgb(178,119,86); }

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

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

 a { background-color: rgb(178,119,86); }

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

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

 span { border-color: rgb(178,119,86); }

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