#B06B6D

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

Shades of Turkish Rose #B06B6D

Tints of Turkish Rose #B06B6D

Color information

#B06B6D (or 0xB06B6D) is unknown color: approx Turkish Rose. HEX triplet: B0, 6B and 6D. RGB value is (176,107,109). Sum of RGB (Red+Green+Blue) = 176+107+109=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B6D is #4F9492. Grayscale: #7F7F7F. Windows color (decimal): -5215379 or 7170992. OLE color: 7170992.

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

Color convert

RGB176107109-
CMYK00.390.380.31
HSL358.26º30.4%55.49%-
HSV(B)358.26º39.2%69.02%-
XYZ25.9220.8517.13-
YUV127.86117.36162.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=44.90%
G=27.30%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610710900.390.380.31358.2630.455.49
HexB06B6D027261F1661e37
Octal26015315504746375463667
Binary101100001101011110110101001111001101111110110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B6D; }

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

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

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

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

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

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

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

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