#B66774

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

Shades of Turkish Rose #B66774

Tints of Turkish Rose #B66774

Color information

#B66774 (or 0xB66774) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 74. RGB value is (182,103,116). Sum of RGB (Red+Green+Blue) = 182+103+116=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B66774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66774 is #49988B. Grayscale: #808080. Windows color (decimal): -4823180 or 7628726. OLE color: 7628726.

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

Color convert

RGB182103116-
CMYK00.430.360.29
HSL350.13º35.11%55.88%-
HSV(B)350.13º43.41%71.37%-
XYZ27.2920.9119.12-
YUV128.1121.17166.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=45.39%
G=25.69%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210311600.430.360.29350.1335.1155.88
HexB6677402B241D15e2338
Octal26614716405344355364370
Binary1011011011001111110100010101110010011101101011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66774; }

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

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

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

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

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

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

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

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