#B06574

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

Shades of Turkish Rose #B06574

Tints of Turkish Rose #B06574

Color information

#B06574 (or 0xB06574) is unknown color: approx Turkish Rose. HEX triplet: B0, 65 and 74. RGB value is (176,101,116). Sum of RGB (Red+Green+Blue) = 176+101+116=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06574 is #4F9A8B. Grayscale: #7D7D7D. Windows color (decimal): -5216908 or 7628208. OLE color: 7628208.

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

Color convert

RGB176101116-
CMYK00.430.340.31
HSL348º32.19%54.31%-
HSV(B)348º42.61%69.02%-
XYZ25.7119.818.99-
YUV125.14122.85164.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=44.78%
G=25.70%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610111600.430.340.3134832.1954.31
HexB0657402B221F15c2036
Octal26014516405342375344066
Binary1011000011001011110100010101110001011111101011100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06574; }

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

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

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

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

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

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

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

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