#b66674

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

Shades of Turkish Rose #B66674

Tints of Turkish Rose #B66674

Color information

#B66674 (or 0xB66674) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 74. RGB value is (182,102,116). Sum of RGB (Red+Green+Blue) = 182+102+116=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B66674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66674 is #49998B. Grayscale: #7F7F7F. Windows color (decimal): -4823436 or 7628470. OLE color: 7628470.

HSL color Cylindrical-coordinate representation of color #B66674: hue angle of 349.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 #B66674 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182102116-
CMYK00.440.360.29
HSL349.5º35.4%55.69%-
HSV(B)349.5º43.96%71.37%-
XYZ27.220.7119.09-
YUV127.52121.5166.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 116 (45.70% from 255) = 29%
R=45.5%
G=25.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210211600.440.360.29349.535.455.69
HexB6667402C241D15e2338
Octal26614616405444355364370
Binary1011011011001101110100010110010010011101101011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66674; }

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

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

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

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

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

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

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

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