#B8646E

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

Shades of Turkish Rose #B8646E

Tints of Turkish Rose #B8646E

Color information

#B8646E (or 0xB8646E) is unknown color: approx Turkish Rose. HEX triplet: B8, 64 and 6E. RGB value is (184,100,110). Sum of RGB (Red+Green+Blue) = 184+100+110=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8646E is #479B91. Grayscale: #7E7E7E. Windows color (decimal): -4692882 or 7234744. OLE color: 7234744.

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

Color convert

RGB184100110-
CMYK00.460.400.28
HSL352.86º37.17%55.69%-
HSV(B)352.86º45.65%72.16%-
XYZ27.1420.4317.26-
YUV126.26118.83169.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=46.70%
G=25.38%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410011000.460.400.28352.8637.1755.69
HexB8646E02E281C1612538
Octal27014415605650345414570
Binary1011100011001001101110010111010100011100101100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8646E; }

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

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

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

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

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

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

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

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