#B27255

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

Shades of Sante Fe #B27255

Tints of Sante Fe #B27255

Color information

#B27255 (or 0xB27255) is unknown color: approx Sante Fe. HEX triplet: B2, 72 and 55. RGB value is (178,114,85). Sum of RGB (Red+Green+Blue) = 178+114+85=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B27255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27255 is #4D8DAA. Grayscale: #828282. Windows color (decimal): -5082539 or 5599922. OLE color: 5599922.

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

Color convert

RGB17811485-
CMYK00.360.520.30
HSL18.71º37.65%51.57%-
HSV(B)18.71º52.25%69.8%-
XYZ26.0222.1611.5-
YUV129.83102.7162.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=47.21%
G=30.24%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781148500.360.520.3018.7137.6551.57
HexB27255024341E132634
Octal2621621250446436234664
Binary101100101110010101010101001001101001111010011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27255; }

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

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

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

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

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

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

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

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