#B8755A

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

Shades of Sante Fe #B8755A

Tints of Sante Fe #B8755A

Color information

#B8755A (or 0xB8755A) is unknown color: approx Sante Fe. HEX triplet: B8, 75 and 5A. RGB value is (184,117,90). Sum of RGB (Red+Green+Blue) = 184+117+90=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8755A is #478AA5. Grayscale: #868686. Windows color (decimal): -4688550 or 5928376. OLE color: 5928376.

HSL color Cylindrical-coordinate representation of color #B8755A: hue angle of 17.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8755A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18411790-
CMYK00.360.510.28
HSL17.23º39.83%53.73%-
HSV(B)17.23º51.09%72.16%-
XYZ27.9723.6512.76-
YUV133.95103.2163.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=47.06%
G=29.92%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841179000.360.510.2817.2339.8353.73
HexB8755A024331C112836
Octal2701651320446334215066
Binary101110001110101101101001001001100111110010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8755A; }

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

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

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

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

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

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

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

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