#B3696A

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

Shades of Turkish Rose #B3696A

Tints of Turkish Rose #B3696A

Color information

#B3696A (or 0xB3696A) is unknown color: approx Turkish Rose. HEX triplet: B3, 69 and 6A. RGB value is (179,105,106). Sum of RGB (Red+Green+Blue) = 179+105+106=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3696A is #4C9695. Grayscale: #7F7F7F. Windows color (decimal): -5019286 or 6973875. OLE color: 6973875.

HSL color Cylindrical-coordinate representation of color #B3696A: hue angle of 359.19º 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 #B3696A is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179105106-
CMYK00.410.410.30
HSL359.19º32.74%55.69%-
HSV(B)359.19º41.34%70.2%-
XYZ26.2420.7316.25-
YUV127.24116.02164.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=45.90%
G=26.92%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910510600.410.410.30359.1932.7455.69
HexB3696A029291E1672138
Octal26315115205151365474170
Binary1011001111010011101010010100110100111110101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3696A; }

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

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

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

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

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

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

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

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