#B66771

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

Shades of Turkish Rose #B66771

Tints of Turkish Rose #B66771

Color information

#B66771 (or 0xB66771) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 71. RGB value is (182,103,113). Sum of RGB (Red+Green+Blue) = 182+103+113=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B66771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66771 is #49988E. Grayscale: #7F7F7F. Windows color (decimal): -4823183 or 7432118. OLE color: 7432118.

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

Color convert

RGB182103113-
CMYK00.430.380.29
HSL352.41º35.11%55.88%-
HSV(B)352.41º43.41%71.37%-
XYZ27.1220.8418.22-
YUV127.76119.67166.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=45.73%
G=25.88%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210311300.430.380.29352.4135.1155.88
HexB6677102B261D1602338
Octal26614716105346355404370
Binary1011011011001111110001010101110011011101101100000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66771; }

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

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

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

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

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

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

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

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