#B66C70

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

Shades of Turkish Rose #B66C70

Tints of Turkish Rose #B66C70

Color information

#B66C70 (or 0xB66C70) is unknown color: approx Turkish Rose. HEX triplet: B6, 6C and 70. RGB value is (182,108,112). Sum of RGB (Red+Green+Blue) = 182+108+112=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C70 is #49938F. Grayscale: #828282. Windows color (decimal): -4821904 or 7367862. OLE color: 7367862.

HSL color Cylindrical-coordinate representation of color #B66C70: hue angle of 356.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66C70 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182108112-
CMYK00.410.380.29
HSL356.76º33.64%56.86%-
HSV(B)356.76º40.66%71.37%-
XYZ27.5821.8418.09-
YUV130.58117.52164.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=45.27%
G=26.87%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210811200.410.380.29356.7633.6456.86
HexB66C70029261D1652239
Octal26615416005146355454271
Binary1011011011011001110000010100110011011101101100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C70; }

 p { color: rgb(182,108,112); }

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

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

 a { background-color: rgb(182,108,112); }

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

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

 span { border-color: rgb(182,108,112); }

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