#B86768

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

Shades of Turkish Rose #B86768

Tints of Turkish Rose #B86768

Color information

#B86768 (or 0xB86768) is unknown color: approx Turkish Rose. HEX triplet: B8, 67 and 68. RGB value is (184,103,104). Sum of RGB (Red+Green+Blue) = 184+103+104=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86768 is #479897. Grayscale: #7F7F7F. Windows color (decimal): -4692120 or 6842296. OLE color: 6842296.

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

Color convert

RGB184103104-
CMYK00.440.430.28
HSL359.26º36.32%56.27%-
HSV(B)359.26º44.02%72.16%-
XYZ27.1220.8915.7-
YUV127.33114.84168.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=47.06%
G=26.34%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410310400.440.430.28359.2636.3256.27
HexB8676802C2B1C1672438
Octal27014715005453345474470
Binary1011100011001111101000010110010101111100101100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86768; }

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

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

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

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

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

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

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

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