Html Css Color HEX #BB698E Tapestry

📋 copy color: '#BB698E'

red 187 ◦ green 105 ◦ blue 142

#BB698E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BB698E

Tints of Tapestry #BB698E

RGB

 RED value IS 187 (73.44% from 255) = 43.09%

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 43.09%
G = 24.19%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB698E (or 0xBB698E) is known color: Tapestry. HEX triplet: BB, 69 and 8E. RGB value is (187,105,142). Sum of RGB (Red+Green+Blue) = 187+105+142=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB698E is #449671. Grayscale: #858585. Windows color (decimal): -4494962 or 9333179. OLE color: 9333179.

HSL color Cylindrical-coordinate representation of color #BB698E: hue angle of 332.93º 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 #BB698E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 142 -
CMYK 0 0.44 0.24 0.27
HSL 332.93º 0.38% 0.57% -
HSV(B) 332.93º 0.44% 0.73% -
XYZ 30.43 22.62 28.35 -
YUV 133.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 187 105 142 0 0.44 0.24 0.27 332.93 0.38 0.57
Hex BB 69 8E 0 2C 18 1B 14D 26 39
Octal 273 151 216 0 54 30 33 515 46 71
Binary 10111011 1101001 10001110 0 101100 11000 11011 101001101 100110 111001

Color Harmonies of #BB698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB698E

Black with #BB698E

Text Example


Text Example

White with #BB698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB698E; }

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

 H1.HeaderClassName
 {
   color: #BB698E;
 }
 .AnyTagClassName
 {
   color: #BB698E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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