Html Css Color HEX #BB698A Tapestry

📋 copy color: '#BB698A'

red 187 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #BB698A

Tints of Tapestry #BB698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 43.49%
G = 24.42%
B = 32.09%

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

#BB698A (or 0xBB698A) is known color: Tapestry. HEX triplet: BB, 69 and 8A. RGB value is (187,105,138). Sum of RGB (Red+Green+Blue) = 187+105+138=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB698A is #449675. Grayscale: #858585. Windows color (decimal): -4494966 or 9071035. OLE color: 9071035.

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

Color convert

RGB 187 105 138 -
CMYK 0 0.44 0.26 0.27
HSL 335.85º 0.38% 0.57% -
HSV(B) 335.85º 0.44% 0.73% -
XYZ 30.13 22.5 26.8 -
YUV 133.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 187 105 138 0 0.44 0.26 0.27 335.85 0.38 0.57
Hex BB 69 8A 0 2C 1A 1B 150 26 39
Octal 273 151 212 0 54 32 33 520 46 71
Binary 10111011 1101001 10001010 0 101100 11010 11011 101010000 100110 111001

Color Harmonies of #BB698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB698A

Black with #BB698A

Text Example


Text Example

White with #BB698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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