#B66466

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

Shades of Turkish Rose #B66466

Tints of Turkish Rose #B66466

Color information

#B66466 (or 0xB66466) is unknown color: approx Turkish Rose. HEX triplet: B6, 64 and 66. RGB value is (182,100,102). Sum of RGB (Red+Green+Blue) = 182+100+102=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B66466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66466 is #499B99. Grayscale: #7C7C7C. Windows color (decimal): -4823962 or 6710454. OLE color: 6710454.

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

Color convert

RGB182100102-
CMYK00.450.440.29
HSL358.54º35.96%55.29%-
HSV(B)358.54º45.05%71.37%-
XYZ26.2520.0215.05-
YUV124.75115.17168.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=47.40%
G=26.04%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210010200.450.440.29358.5435.9655.29
HexB6646602D2C1D1672437
Octal26614414605554355474467
Binary1011011011001001100110010110110110011101101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66466; }

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

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

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

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

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

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

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

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