#B4755A

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

Shades of Sante Fe #B4755A

Tints of Sante Fe #B4755A

Color information

#B4755A (or 0xB4755A) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 5A. RGB value is (180,117,90). Sum of RGB (Red+Green+Blue) = 180+117+90=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4755A is #4B8AA5. Grayscale: #848484. Windows color (decimal): -4950694 or 5928372. OLE color: 5928372.

HSL color Cylindrical-coordinate representation of color #B4755A: hue angle of 18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4755A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18011790-
CMYK00.350.500.29
HSL18º37.5%52.94%-
HSV(B)18º50%70.59%-
XYZ27.0323.1612.72-
YUV132.76103.87161.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=46.51%
G=30.23%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801179000.350.500.291837.552.94
HexB4755A023321D122635
Octal2641651320436235224665
Binary101101001110101101101001000111100101110110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4755A; }

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

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

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

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

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

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

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

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