#B66B72

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

Shades of Turkish Rose #B66B72

Tints of Turkish Rose #B66B72

Color information

#B66B72 (or 0xB66B72) is unknown color: approx Turkish Rose. HEX triplet: B6, 6B and 72. RGB value is (182,107,114). Sum of RGB (Red+Green+Blue) = 182+107+114=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B72 is #49948D. Grayscale: #828282. Windows color (decimal): -4822158 or 7498678. OLE color: 7498678.

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

Color convert

RGB182107114-
CMYK00.410.370.29
HSL354.4º33.94%56.67%-
HSV(B)354.4º41.21%71.37%-
XYZ27.5921.6818.65-
YUV130.22118.85164.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=45.16%
G=26.55%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210711400.410.370.29354.433.9456.67
HexB66B72029251D1622239
Octal26615316205145355424271
Binary1011011011010111110010010100110010111101101100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B72; }

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

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

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

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

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

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

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

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