#B06271

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

Shades of Turkish Rose #B06271

Tints of Turkish Rose #B06271

Color information

#B06271 (or 0xB06271) is unknown color: approx Turkish Rose. HEX triplet: B0, 62 and 71. RGB value is (176,98,113). Sum of RGB (Red+Green+Blue) = 176+98+113=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06271 is #4F9D8E. Grayscale: #7B7B7B. Windows color (decimal): -5217679 or 7430832. OLE color: 7430832.

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

Color convert

RGB17698113-
CMYK00.440.360.31
HSL348.46º33.05%53.73%-
HSV(B)348.46º44.32%69.02%-
XYZ25.2519.1617.99-
YUV123.03122.34165.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=45.48%
G=25.32%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769811300.440.360.31348.4633.0553.73
HexB0627102C241F15c2136
Octal26014216105444375344166
Binary1011000011000101110001010110010010011111101011100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06271; }

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

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

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

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

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

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

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

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