#B8686E

Color #B8686E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B8686E

Tints of Turkish Rose #B8686E

Color information

#B8686E (or 0xB8686E) is unknown color: approx Turkish Rose. HEX triplet: B8, 68 and 6E. RGB value is (184,104,110). Sum of RGB (Red+Green+Blue) = 184+104+110=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8686E is #479791. Grayscale: #808080. Windows color (decimal): -4691858 or 7235768. OLE color: 7235768.

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

Color convert

RGB184104110-
CMYK00.430.400.28
HSL355.5º36.04%56.47%-
HSV(B)355.5º43.48%72.16%-
XYZ27.5321.2217.4-
YUV128.6117.5167.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=46.23%
G=26.13%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410411000.430.400.28355.536.0456.47
HexB8686E02B281C1642438
Octal27015015605350345444470
Binary1011100011010001101110010101110100011100101100100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8686E; }

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

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

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

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

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

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

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

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