#B06366

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

Shades of Turkish Rose #B06366

Tints of Turkish Rose #B06366

Color information

#B06366 (or 0xB06366) is unknown color: approx Turkish Rose. HEX triplet: B0, 63 and 66. RGB value is (176,99,102). Sum of RGB (Red+Green+Blue) = 176+99+102=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06366 is #4F9C99. Grayscale: #7A7A7A. Windows color (decimal): -5217434 or 6710192. OLE color: 6710192.

HSL color Cylindrical-coordinate representation of color #B06366: hue angle of 357.66º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06366 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17699102-
CMYK00.440.420.31
HSL357.66º32.77%53.92%-
HSV(B)357.66º43.75%69.02%-
XYZ24.7619.1114.95-
YUV122.36116.51166.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=46.68%
G=26.26%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769910200.440.420.31357.6632.7753.92
HexB0636602C2A1F1662136
Octal26014314605452375464166
Binary1011000011000111100110010110010101011111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06366; }

 p { color: rgb(176,99,102); }

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

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

 a { background-color: rgb(176,99,102); }

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

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

 span { border-color: rgb(176,99,102); }

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