#B6696E

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

Shades of Turkish Rose #B6696E

Tints of Turkish Rose #B6696E

Color information

#B6696E (or 0xB6696E) is unknown color: approx Turkish Rose. HEX triplet: B6, 69 and 6E. RGB value is (182,105,110). Sum of RGB (Red+Green+Blue) = 182+105+110=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6696E is #499691. Grayscale: #808080. Windows color (decimal): -4822674 or 7236022. OLE color: 7236022.

HSL color Cylindrical-coordinate representation of color #B6696E: hue angle of 356.1º 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 #B6696E is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182105110-
CMYK00.420.400.29
HSL356.1º34.53%56.27%-
HSV(B)356.1º42.31%71.37%-
XYZ27.1621.1717.41-
YUV128.59117.51166.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=45.84%
G=26.45%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210511000.420.400.29356.134.5356.27
HexB6696E02A281D1642338
Octal26615115605250355444370
Binary1011011011010011101110010101010100011101101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6696E; }

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

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

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

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

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

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

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

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