#B8646F

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

Shades of Turkish Rose #B8646F

Tints of Turkish Rose #B8646F

Color information

#B8646F (or 0xB8646F) is unknown color: approx Turkish Rose. HEX triplet: B8, 64 and 6F. RGB value is (184,100,111). Sum of RGB (Red+Green+Blue) = 184+100+111=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8646F is #479B90. Grayscale: #7E7E7E. Windows color (decimal): -4692881 or 7300280. OLE color: 7300280.

HSL color Cylindrical-coordinate representation of color #B8646F: hue angle of 352.14º 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 #B8646F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184100111-
CMYK00.460.400.28
HSL352.14º37.17%55.69%-
HSV(B)352.14º45.65%72.16%-
XYZ27.1920.4517.55-
YUV126.37119.33169.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=46.58%
G=25.32%
B=28.10%

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
Decimal18410011100.460.400.28352.1437.1755.69
HexB8646F02E281C1602538
Octal27014415705650345404570
Binary1011100011001001101111010111010100011100101100000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8646F; }

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

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

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

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

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

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

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

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