#B66668

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

Shades of Turkish Rose #B66668

Tints of Turkish Rose #B66668

Color information

#B66668 (or 0xB66668) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 68. RGB value is (182,102,104). Sum of RGB (Red+Green+Blue) = 182+102+104=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66668 is #499997. Grayscale: #7E7E7E. Windows color (decimal): -4823448 or 6842038. OLE color: 6842038.

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

Color convert

RGB182102104-
CMYK00.440.430.29
HSL358.5º35.4%55.69%-
HSV(B)358.5º43.96%71.37%-
XYZ26.5420.4515.64-
YUV126.15115.5167.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=46.91%
G=26.29%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210210400.440.430.29358.535.455.69
HexB6666802C2B1D1662338
Octal26614615005453355464370
Binary1011011011001101101000010110010101111101101100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66668; }

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

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

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

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

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

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

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

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