#B6696F

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

Shades of Turkish Rose #B6696F

Tints of Turkish Rose #B6696F

Color information

#B6696F (or 0xB6696F) is unknown color: approx Turkish Rose. HEX triplet: B6, 69 and 6F. RGB value is (182,105,111). Sum of RGB (Red+Green+Blue) = 182+105+111=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6696F is #499690. Grayscale: #808080. Windows color (decimal): -4822673 or 7301558. OLE color: 7301558.

HSL color Cylindrical-coordinate representation of color #B6696F: hue angle of 355.32º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6696F is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182105111-
CMYK00.420.390.29
HSL355.32º34.53%56.27%-
HSV(B)355.32º42.31%71.37%-
XYZ27.2121.217.7-
YUV128.71118.01166.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=45.73%
G=26.38%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210511100.420.390.29355.3234.5356.27
HexB6696F02A271D1632338
Octal26615115705247355434370
Binary1011011011010011101111010101010011111101101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6696F; }

 p { color: rgb(182,105,111); }

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

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

 a { background-color: rgb(182,105,111); }

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

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

 span { border-color: rgb(182,105,111); }

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