#B27358

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

Shades of Sante Fe #B27358

Tints of Sante Fe #B27358

Color information

#B27358 (or 0xB27358) is unknown color: approx Sante Fe. HEX triplet: B2, 73 and 58. RGB value is (178,115,88). Sum of RGB (Red+Green+Blue) = 178+115+88=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27358 is #4D8CA7. Grayscale: #828282. Windows color (decimal): -5082280 or 5796786. OLE color: 5796786.

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

Color convert

RGB17811588-
CMYK00.350.510.30
HSL18º36.89%52.16%-
HSV(B)18º50.56%69.8%-
XYZ26.2522.4312.18-
YUV130.76103.87161.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=46.72%
G=30.18%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781158800.350.510.301836.8952.16
HexB27358023331E122534
Octal2621631300436336224564
Binary101100101110011101100001000111100111111010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27358; }

 p { color: rgb(178,115,88); }

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

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

 a { background-color: rgb(178,115,88); }

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

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

 span { border-color: rgb(178,115,88); }

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