#B66670

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

Shades of Turkish Rose #B66670

Tints of Turkish Rose #B66670

Color information

#B66670 (or 0xB66670) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 70. RGB value is (182,102,112). Sum of RGB (Red+Green+Blue) = 182+102+112=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B66670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66670 is #49998F. Grayscale: #7F7F7F. Windows color (decimal): -4823440 or 7366326. OLE color: 7366326.

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

Color convert

RGB182102112-
CMYK00.440.380.29
HSL352.5º35.4%55.69%-
HSV(B)352.5º43.96%71.37%-
XYZ26.9720.6217.89-
YUV127.06119.5167.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=45.96%
G=25.76%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210211200.440.380.29352.535.455.69
HexB6667002C261D1602338
Octal26614616005446355404370
Binary1011011011001101110000010110010011011101101100000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66670; }

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

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

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

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

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

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

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

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