#b06d72

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

Shades of Turkish Rose #B06D72

Tints of Turkish Rose #B06D72

Color information

#B06D72 (or 0xB06D72) is unknown color: approx Turkish Rose. HEX triplet: B0, 6D and 72. RGB value is (176,109,114). Sum of RGB (Red+Green+Blue) = 176+109+114=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D72 is #4F928D. Grayscale: #818181. Windows color (decimal): -5214862 or 7499184. OLE color: 7499184.

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

Color convert

RGB176109114-
CMYK00.380.350.31
HSL355.52º29.78%55.88%-
HSV(B)355.52º38.07%69.02%-
XYZ26.4121.3818.65-
YUV129.6119.2161.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=44.11%
G=27.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610911400.380.350.31355.5229.7855.88
HexB06D72026231F1641e38
Octal26015516204643375443670
Binary101100001101101111001001001101000111111110110010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06d72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06d72; }

 p { color: rgb(176,109,114); }

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

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

 a { background-color: rgb(176,109,114); }

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

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

 span { border-color: rgb(176,109,114); }

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