#b8684d

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

Shades of Sante Fe #B8684D

Tints of Sante Fe #B8684D

Color information

#B8684D (or 0xB8684D) is unknown color: approx Sante Fe. HEX triplet: B8, 68 and 4D. RGB value is (184,104,77). Sum of RGB (Red+Green+Blue) = 184+104+77=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8684D is #4797B2. Grayscale: #7D7D7D. Windows color (decimal): -4691891 or 5073080. OLE color: 5073080.

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

Color convert

RGB18410477-
CMYK00.430.580.28
HSL15.14º42.97%51.18%-
HSV(B)15.14º58.15%72.16%-
XYZ26.0620.639.63-
YUV124.84101170.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=50.41%
G=28.49%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841047700.430.580.2815.1442.9751.18
HexB8684D02B3A1Cf2b33
Octal2701501150537234175363
Binary10111000110100010011010101011111010111001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8684d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8684d; }

 p { color: rgb(184,104,77); }

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

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

 a { background-color: rgb(184,104,77); }

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

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

 span { border-color: rgb(184,104,77); }

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