#B66974

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

Shades of Turkish Rose #B66974

Tints of Turkish Rose #B66974

Color information

#B66974 (or 0xB66974) is unknown color: approx Turkish Rose. HEX triplet: B6, 69 and 74. RGB value is (182,105,116). Sum of RGB (Red+Green+Blue) = 182+105+116=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B66974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66974 is #49968B. Grayscale: #818181. Windows color (decimal): -4822668 or 7629238. OLE color: 7629238.

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

Color convert

RGB182105116-
CMYK00.420.360.29
HSL351.43º34.53%56.27%-
HSV(B)351.43º42.31%71.37%-
XYZ27.521.3119.19-
YUV129.28120.51165.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=45.16%
G=26.05%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210511600.420.360.29351.4334.5356.27
HexB6697402A241D15f2338
Octal26615116405244355374370
Binary1011011011010011110100010101010010011101101011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66974; }

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

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

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

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

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

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

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

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