#B4755D

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

Shades of Sante Fe #B4755D

Tints of Sante Fe #B4755D

Color information

#B4755D (or 0xB4755D) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 5D. RGB value is (180,117,93). Sum of RGB (Red+Green+Blue) = 180+117+93=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4755D is #4B8AA2. Grayscale: #858585. Windows color (decimal): -4950691 or 6124980. OLE color: 6124980.

HSL color Cylindrical-coordinate representation of color #B4755D: hue angle of 16.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4755D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18011793-
CMYK00.350.480.29
HSL16.55º36.71%53.53%-
HSV(B)16.55º48.33%70.59%-
XYZ27.1623.2213.41-
YUV133.1105.37161.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=46.15%
G=30%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801179300.350.480.2916.5536.7153.53
HexB4755D023301D112536
Octal2641651350436035214566
Binary101101001110101101110101000111100001110110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4755D; }

 p { color: rgb(180,117,93); }

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

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

 a { background-color: rgb(180,117,93); }

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

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

 span { border-color: rgb(180,117,93); }

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