#B66B75

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

Shades of Turkish Rose #B66B75

Tints of Turkish Rose #B66B75

Color information

#B66B75 (or 0xB66B75) is unknown color: approx Turkish Rose. HEX triplet: B6, 6B and 75. RGB value is (182,107,117). Sum of RGB (Red+Green+Blue) = 182+107+117=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B75 is #49948A. Grayscale: #828282. Windows color (decimal): -4822155 or 7695286. OLE color: 7695286.

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

Color convert

RGB182107117-
CMYK00.410.360.29
HSL352º33.94%56.67%-
HSV(B)352º41.21%71.37%-
XYZ27.7621.7419.56-
YUV130.56120.35164.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=44.83%
G=26.35%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210711700.410.360.2935233.9456.67
HexB66B75029241D1602239
Octal26615316505144355404271
Binary1011011011010111110101010100110010011101101100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B75; }

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

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

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

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

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

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

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

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