#b8775c

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

Shades of Sante Fe #B8775C

Tints of Sante Fe #B8775C

Color information

#B8775C (or 0xB8775C) is unknown color: approx Sante Fe. HEX triplet: B8, 77 and 5C. RGB value is (184,119,92). Sum of RGB (Red+Green+Blue) = 184+119+92=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8775C is #4788A3. Grayscale: #878787. Windows color (decimal): -4688036 or 6059960. OLE color: 6059960.

HSL color Cylindrical-coordinate representation of color #B8775C: hue angle of 17.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8775C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18411992-
CMYK00.350.500.28
HSL17.61º39.32%54.12%-
HSV(B)17.61º50%72.16%-
XYZ28.324.1613.3-
YUV135.36103.53162.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=46.58%
G=30.13%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841199200.350.500.2817.6139.3254.12
HexB8775C023321C122736
Octal2701671340436234224766
Binary101110001110111101110001000111100101110010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8775c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8775c; }

 p { color: rgb(184,119,92); }

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

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

 a { background-color: rgb(184,119,92); }

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

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

 span { border-color: rgb(184,119,92); }

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