#B4765C

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

Shades of Sante Fe #B4765C

Tints of Sante Fe #B4765C

Color information

#B4765C (or 0xB4765C) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 5C. RGB value is (180,118,92). Sum of RGB (Red+Green+Blue) = 180+118+92=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4765C is #4B89A3. Grayscale: #858585. Windows color (decimal): -4950436 or 6059700. OLE color: 6059700.

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

Color convert

RGB18011892-
CMYK00.340.490.29
HSL17.73º36.97%53.33%-
HSV(B)17.73º48.89%70.59%-
XYZ27.2323.4313.21-
YUV133.57104.54161.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=46.15%
G=30.26%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801189200.340.490.2917.7336.9753.33
HexB4765C022311D122535
Octal2641661340426135224565
Binary101101001110110101110001000101100011110110010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4765C; }

 p { color: rgb(180,118,92); }

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

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

 a { background-color: rgb(180,118,92); }

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

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

 span { border-color: rgb(180,118,92); }

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