Html Css Color HEX #BB698B Tapestry

📋 copy color: '#BB698B'

red 187 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #BB698B

Tints of Tapestry #BB698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 43.39%
G = 24.36%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB698B (or 0xBB698B) is known color: Tapestry. HEX triplet: BB, 69 and 8B. RGB value is (187,105,139). Sum of RGB (Red+Green+Blue) = 187+105+139=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB698B is #449674. Grayscale: #858585. Windows color (decimal): -4494965 or 9136571. OLE color: 9136571.

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

Color convert

RGB 187 105 139 -
CMYK 0 0.44 0.26 0.27
HSL 335.12º 0.38% 0.57% -
HSV(B) 335.12º 0.44% 0.73% -
XYZ 30.21 22.53 27.18 -
YUV 133.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 187 105 139 0 0.44 0.26 0.27 335.12 0.38 0.57
Hex BB 69 8B 0 2C 1A 1B 14F 26 39
Octal 273 151 213 0 54 32 33 517 46 71
Binary 10111011 1101001 10001011 0 101100 11010 11011 101001111 100110 111001

Color Harmonies of #BB698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB698B

Black with #BB698B

Text Example


Text Example

White with #BB698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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