#B27359

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

Shades of Sante Fe #B27359

Tints of Sante Fe #B27359

Color information

#B27359 (or 0xB27359) is unknown color: approx Sante Fe. HEX triplet: B2, 73 and 59. RGB value is (178,115,89). Sum of RGB (Red+Green+Blue) = 178+115+89=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B27359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27359 is #4D8CA6. Grayscale: #838383. Windows color (decimal): -5082279 or 5862322. OLE color: 5862322.

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

Color convert

RGB17811589-
CMYK00.350.50.30
HSL17.53º36.63%52.35%-
HSV(B)17.53º50%69.8%-
XYZ26.2922.4512.4-
YUV130.87104.37161.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=46.60%
G=30.10%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781158900.350.50.3017.5336.6352.35
HexB27359023321E122534
Octal2621631310436236224564
Binary101100101110011101100101000111100101111010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27359; }

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

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

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

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

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

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

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

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