#B66972

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

Shades of Turkish Rose #B66972

Tints of Turkish Rose #B66972

Color information

#B66972 (or 0xB66972) is unknown color: approx Turkish Rose. HEX triplet: B6, 69 and 72. RGB value is (182,105,114). Sum of RGB (Red+Green+Blue) = 182+105+114=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B66972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66972 is #49968D. Grayscale: #818181. Windows color (decimal): -4822670 or 7498166. OLE color: 7498166.

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

Color convert

RGB182105114-
CMYK00.420.370.29
HSL352.99º34.53%56.27%-
HSV(B)352.99º42.31%71.37%-
XYZ27.3821.2618.58-
YUV129.05119.51165.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=45.39%
G=26.18%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210511400.420.370.29352.9934.5356.27
HexB6697202A251D1612338
Octal26615116205245355414370
Binary1011011011010011110010010101010010111101101100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66972; }

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

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

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

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

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

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

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

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