#B27352

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

Shades of Sante Fe #B27352

Tints of Sante Fe #B27352

Color information

#B27352 (or 0xB27352) is unknown color: approx Sante Fe. HEX triplet: B2, 73 and 52. RGB value is (178,115,82). Sum of RGB (Red+Green+Blue) = 178+115+82=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27352 is #4D8CAD. Grayscale: #828282. Windows color (decimal): -5082286 or 5403570. OLE color: 5403570.

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

Color convert

RGB17811582-
CMYK00.350.540.30
HSL20.62º38.4%50.98%-
HSV(B)20.62º53.93%69.8%-
XYZ26.0122.3410.92-
YUV130.08100.87162.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=47.47%
G=30.67%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781158200.350.540.3020.6238.450.98
HexB27352023361E152633
Octal2621631220436636254663
Binary101100101110011101001001000111101101111010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27352; }

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

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

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

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

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

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

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

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