#B66775

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

Shades of Turkish Rose #B66775

Tints of Turkish Rose #B66775

Color information

#B66775 (or 0xB66775) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 75. RGB value is (182,103,117). Sum of RGB (Red+Green+Blue) = 182+103+117=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B66775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66775 is #49988A. Grayscale: #808080. Windows color (decimal): -4823179 or 7694262. OLE color: 7694262.

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

Color convert

RGB182103117-
CMYK00.430.360.29
HSL349.37º35.11%55.88%-
HSV(B)349.37º43.41%71.37%-
XYZ27.3520.9319.43-
YUV128.22121.67166.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=45.27%
G=25.62%
B=29.10%

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
Decimal18210311700.430.360.29349.3735.1155.88
HexB6677502B241D15d2338
Octal26614716505344355354370
Binary1011011011001111110101010101110010011101101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66775; }

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

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

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

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

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

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

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

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