Html Css Color HEX #BB698C Tapestry

📋 copy color: '#BB698C'

red 187 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #BB698C

Tints of Tapestry #BB698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 43.29%
G = 24.31%
B = 32.41%

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

#BB698C (or 0xBB698C) is known color: Tapestry. HEX triplet: BB, 69 and 8C. RGB value is (187,105,140). Sum of RGB (Red+Green+Blue) = 187+105+140=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB698C is #449673. Grayscale: #858585. Windows color (decimal): -4494964 or 9202107. OLE color: 9202107.

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

Color convert

RGB 187 105 140 -
CMYK 0 0.44 0.25 0.27
HSL 334.39º 0.38% 0.57% -
HSV(B) 334.39º 0.44% 0.73% -
XYZ 30.28 22.56 27.57 -
YUV 133.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 187 105 140 0 0.44 0.25 0.27 334.39 0.38 0.57
Hex BB 69 8C 0 2C 19 1B 14E 26 39
Octal 273 151 214 0 54 31 33 516 46 71
Binary 10111011 1101001 10001100 0 101100 11001 11011 101001110 100110 111001

Color Harmonies of #BB698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB698C

Black with #BB698C

Text Example


Text Example

White with #BB698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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