#B8656C

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

Shades of Turkish Rose #B8656C

Tints of Turkish Rose #B8656C

Color information

#B8656C (or 0xB8656C) is unknown color: approx Turkish Rose. HEX triplet: B8, 65 and 6C. RGB value is (184,101,108). Sum of RGB (Red+Green+Blue) = 184+101+108=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8656C is #479A93. Grayscale: #7E7E7E. Windows color (decimal): -4692628 or 7103928. OLE color: 7103928.

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

Color convert

RGB184101108-
CMYK00.450.410.28
HSL354.94º36.89%55.88%-
HSV(B)354.94º45.11%72.16%-
XYZ27.1320.5816.73-
YUV126.62117.5168.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=46.82%
G=25.70%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410110800.450.410.28354.9436.8955.88
HexB8656C02D291C1632538
Octal27014515405551345434570
Binary1011100011001011101100010110110100111100101100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8656C; }

 p { color: rgb(184,101,108); }

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

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

 a { background-color: rgb(184,101,108); }

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

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

 span { border-color: rgb(184,101,108); }

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