#B3696F

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

Shades of Turkish Rose #B3696F

Tints of Turkish Rose #B3696F

Color information

#B3696F (or 0xB3696F) is unknown color: approx Turkish Rose. HEX triplet: B3, 69 and 6F. RGB value is (179,105,111). Sum of RGB (Red+Green+Blue) = 179+105+111=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3696F is #4C9690. Grayscale: #7F7F7F. Windows color (decimal): -5019281 or 7301555. OLE color: 7301555.

HSL color Cylindrical-coordinate representation of color #B3696F: hue angle of 355.14º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3696F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179105111-
CMYK00.410.380.30
HSL355.14º32.74%55.69%-
HSV(B)355.14º41.34%70.2%-
XYZ26.5120.8317.66-
YUV127.81118.52164.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=45.32%
G=26.58%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910511100.410.380.30355.1432.7455.69
HexB3696F029261E1632138
Octal26315115705146365434170
Binary1011001111010011101111010100110011011110101100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3696F; }

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

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

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

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

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

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

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

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