#B06673

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

Shades of Turkish Rose #B06673

Tints of Turkish Rose #B06673

Color information

#B06673 (or 0xB06673) is unknown color: approx Turkish Rose. HEX triplet: B0, 66 and 73. RGB value is (176,102,115). Sum of RGB (Red+Green+Blue) = 176+102+115=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06673 is #4F998C. Grayscale: #7D7D7D. Windows color (decimal): -5216653 or 7562928. OLE color: 7562928.

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

Color convert

RGB176102115-
CMYK00.420.350.31
HSL349.46º31.9%54.51%-
HSV(B)349.46º42.05%69.02%-
XYZ25.7519.9718.72-
YUV125.61122.02163.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=44.78%
G=25.95%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610211500.420.350.31349.4631.954.51
HexB0667302A231F15d2037
Octal26014616305243375354067
Binary1011000011001101110011010101010001111111101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06673; }

 p { color: rgb(176,102,115); }

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

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

 a { background-color: rgb(176,102,115); }

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

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

 span { border-color: rgb(176,102,115); }

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