#B4775A

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

Shades of Sante Fe #B4775A

Tints of Sante Fe #B4775A

Color information

#B4775A (or 0xB4775A) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 5A. RGB value is (180,119,90). Sum of RGB (Red+Green+Blue) = 180+119+90=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4775A is #4B88A5. Grayscale: #868686. Windows color (decimal): -4950182 or 5928884. OLE color: 5928884.

HSL color Cylindrical-coordinate representation of color #B4775A: hue angle of 19.33º 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 #B4775A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18011990-
CMYK00.340.500.29
HSL19.33º37.5%52.94%-
HSV(B)19.33º50%70.59%-
XYZ27.2623.6412.8-
YUV133.93103.21160.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=46.27%
G=30.59%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801199000.340.500.2919.3337.552.94
HexB4775A022321D132635
Octal2641671320426235234665
Binary101101001110111101101001000101100101110110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4775A; }

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

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

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

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

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

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

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

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