#B06B6E

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

Shades of Turkish Rose #B06B6E

Tints of Turkish Rose #B06B6E

Color information

#B06B6E (or 0xB06B6E) is unknown color: approx Turkish Rose. HEX triplet: B0, 6B and 6E. RGB value is (176,107,110). Sum of RGB (Red+Green+Blue) = 176+107+110=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B6E is #4F9491. Grayscale: #808080. Windows color (decimal): -5215378 or 7236528. OLE color: 7236528.

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

Color convert

RGB176107110-
CMYK00.390.370.31
HSL357.39º30.4%55.49%-
HSV(B)357.39º39.2%69.02%-
XYZ25.9820.8717.41-
YUV127.97117.86162.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=44.78%
G=27.23%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610711000.390.370.31357.3930.455.49
HexB06B6E027251F1651e37
Octal26015315604745375453667
Binary101100001101011110111001001111001011111110110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B6E; }

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

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

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

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

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

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

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

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