#B66773

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

Shades of Turkish Rose #B66773

Tints of Turkish Rose #B66773

Color information

#B66773 (or 0xB66773) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 73. RGB value is (182,103,115). Sum of RGB (Red+Green+Blue) = 182+103+115=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B66773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66773 is #49988C. Grayscale: #808080. Windows color (decimal): -4823181 or 7563190. OLE color: 7563190.

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

Color convert

RGB182103115-
CMYK00.430.370.29
HSL350.89º35.11%55.88%-
HSV(B)350.89º43.41%71.37%-
XYZ27.2420.8818.82-
YUV127.99120.67166.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=45.5%
G=25.75%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210311500.430.370.29350.8935.1155.88
HexB6677302B251D15f2338
Octal26614716305345355374370
Binary1011011011001111110011010101110010111101101011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66773; }

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

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

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

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

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

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

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

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