#B06569

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

Shades of Turkish Rose #B06569

Tints of Turkish Rose #B06569

Color information

#B06569 (or 0xB06569) is unknown color: approx Turkish Rose. HEX triplet: B0, 65 and 69. RGB value is (176,101,105). Sum of RGB (Red+Green+Blue) = 176+101+105=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B06569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06569 is #4F9A96. Grayscale: #7B7B7B. Windows color (decimal): -5216919 or 6907312. OLE color: 6907312.

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

Color convert

RGB176101105-
CMYK00.430.400.31
HSL356.8º32.19%54.31%-
HSV(B)356.8º42.61%69.02%-
XYZ25.1119.5615.82-
YUV123.88117.35165.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=46.07%
G=26.44%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610110500.430.400.31356.832.1954.31
HexB0656902B281F1652036
Octal26014515105350375454066
Binary1011000011001011101001010101110100011111101100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06569; }

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

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

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

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

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

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

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

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