Html Css Color HEX #BB688D Tapestry

📋 copy color: '#BB688D'

red 187 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #BB688D

Tints of Tapestry #BB688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 43.29%
G = 24.07%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB688D (or 0xBB688D) is known color: Tapestry. HEX triplet: BB, 68 and 8D. RGB value is (187,104,141). Sum of RGB (Red+Green+Blue) = 187+104+141=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB688D is #449772. Grayscale: #848484. Windows color (decimal): -4495219 or 9267387. OLE color: 9267387.

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

Color convert

RGB 187 104 141 -
CMYK 0 0.44 0.25 0.27
HSL 333.25º 0.38% 0.57% -
HSV(B) 333.25º 0.44% 0.73% -
XYZ 30.25 22.39 27.93 -
YUV 133.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 187 104 141 0 0.44 0.25 0.27 333.25 0.38 0.57
Hex BB 68 8D 0 2C 19 1B 14D 26 39
Octal 273 150 215 0 54 31 33 515 46 71
Binary 10111011 1101000 10001101 0 101100 11001 11011 101001101 100110 111001

Color Harmonies of #BB688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB688D

Black with #BB688D

Text Example


Text Example

White with #BB688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB688D; }

 p { color: rgb(187,104,141); }

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

background-color css

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

 a { background-color: rgb(187,104,141); }

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

border-color css

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

 span { border-color: rgb(187,104,141); }

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