#B06368

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

Shades of Turkish Rose #B06368

Tints of Turkish Rose #B06368

Color information

#B06368 (or 0xB06368) is unknown color: approx Turkish Rose. HEX triplet: B0, 63 and 68. RGB value is (176,99,104). Sum of RGB (Red+Green+Blue) = 176+99+104=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06368 is #4F9C97. Grayscale: #7A7A7A. Windows color (decimal): -5217432 or 6841264. OLE color: 6841264.

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

Color convert

RGB17699104-
CMYK00.440.410.31
HSL356.1º32.77%53.92%-
HSV(B)356.1º43.75%69.02%-
XYZ24.8719.1515.48-
YUV122.59117.51166.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=46.44%
G=26.12%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769910400.440.410.31356.132.7753.92
HexB0636802C291F1642136
Octal26014315005451375444166
Binary1011000011000111101000010110010100111111101100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06368; }

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

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

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

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

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

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

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

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