#BB696C

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

Shades of Turkish Rose #BB696C

Tints of Turkish Rose #BB696C

Color information

#BB696C (or 0xBB696C) is unknown color: approx Turkish Rose. HEX triplet: BB, 69 and 6C. RGB value is (187,105,108). Sum of RGB (Red+Green+Blue) = 187+105+108=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB696C is #449693. Grayscale: #818181. Windows color (decimal): -4494996 or 7104955. OLE color: 7104955.

HSL color Cylindrical-coordinate representation of color #BB696C: hue angle of 357.8º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB696C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187105108-
CMYK00.440.420.27
HSL357.8º37.61%57.25%-
HSV(B)357.8º43.85%73.33%-
XYZ28.2521.7516.9-
YUV129.86115.67168.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=46.75%
G=26.25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710510800.440.420.27357.837.6157.25
HexBB696C02C2A1B1662639
Octal27315115405452335464671
Binary1011101111010011101100010110010101011011101100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB696C; }

 p { color: rgb(187,105,108); }

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

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

 a { background-color: rgb(187,105,108); }

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

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

 span { border-color: rgb(187,105,108); }

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