#B2696E

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

Shades of Turkish Rose #B2696E

Tints of Turkish Rose #B2696E

Color information

#B2696E (or 0xB2696E) is unknown color: approx Turkish Rose. HEX triplet: B2, 69 and 6E. RGB value is (178,105,110). Sum of RGB (Red+Green+Blue) = 178+105+110=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2696E is #4D9691. Grayscale: #7F7F7F. Windows color (decimal): -5084818 or 7236018. OLE color: 7236018.

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

Color convert

RGB178105110-
CMYK00.410.380.30
HSL355.89º32.16%55.49%-
HSV(B)355.89º41.01%69.8%-
XYZ26.2320.6917.36-
YUV127.4118.18164.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=45.29%
G=26.72%
B=27.99%

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
Decimal17810511000.410.380.30355.8932.1655.49
HexB2696E029261E1642037
Octal26215115605146365444067
Binary1011001011010011101110010100110011011110101100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2696E; }

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

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

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

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

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

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

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

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