#B27855

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

Shades of Sante Fe #B27855

Tints of Sante Fe #B27855

Color information

#B27855 (or 0xB27855) is unknown color: approx Sante Fe. HEX triplet: B2, 78 and 55. RGB value is (178,120,85). Sum of RGB (Red+Green+Blue) = 178+120+85=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27855 is #4D87AA. Grayscale: #858585. Windows color (decimal): -5081003 or 5601458. OLE color: 5601458.

HSL color Cylindrical-coordinate representation of color #B27855: hue angle of 22.58º degrees, saturation: 0.38, 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 #B27855 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17812085-
CMYK00.330.520.30
HSL22.58º37.65%51.57%-
HSV(B)22.58º52.25%69.8%-
XYZ26.7223.5511.73-
YUV133.35100.72159.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=46.48%
G=31.33%
B=22.19%

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
Decimal1781208500.330.520.3022.5837.6551.57
HexB27855021341E172634
Octal2621701250416436274664
Binary101100101111000101010101000011101001111010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27855; }

 p { color: rgb(178,120,85); }

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

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

 a { background-color: rgb(178,120,85); }

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

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

 span { border-color: rgb(178,120,85); }

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