#B06265

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

Shades of Turkish Rose #B06265

Tints of Turkish Rose #B06265

Color information

#B06265 (or 0xB06265) is unknown color: approx Turkish Rose. HEX triplet: B0, 62 and 65. RGB value is (176,98,101). Sum of RGB (Red+Green+Blue) = 176+98+101=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06265 is #4F9D9A. Grayscale: #797979. Windows color (decimal): -5217691 or 6644400. OLE color: 6644400.

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

Color convert

RGB17698101-
CMYK00.440.430.31
HSL357.69º33.05%53.73%-
HSV(B)357.69º44.32%69.02%-
XYZ24.6218.9114.66-
YUV121.66116.34166.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=46.93%
G=26.13%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769810100.440.430.31357.6933.0553.73
HexB0626502C2B1F1662136
Octal26014214505453375464166
Binary1011000011000101100101010110010101111111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06265; }

 p { color: rgb(176,98,101); }

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

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

 a { background-color: rgb(176,98,101); }

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

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

 span { border-color: rgb(176,98,101); }

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