Html Css Color HEX #BB718E Tapestry

📋 copy color: '#BB718E'

red 187 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #BB718E

Tints of Tapestry #BB718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 42.31%
G = 25.57%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB718E (or 0xBB718E) is known color: Tapestry. HEX triplet: BB, 71 and 8E. RGB value is (187,113,142). Sum of RGB (Red+Green+Blue) = 187+113+142=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB718E is #448E71. Grayscale: #8A8A8A. Windows color (decimal): -4492914 or 9335227. OLE color: 9335227.

HSL color Cylindrical-coordinate representation of color #BB718E: hue angle of 336.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB718E is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 142 -
CMYK 0 0.40 0.24 0.27
HSL 336.49º 0.35% 0.59% -
HSV(B) 336.49º 0.4% 0.73% -
XYZ 31.28 24.33 28.64 -
YUV 138.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 187 113 142 0 0.40 0.24 0.27 336.49 0.35 0.59
Hex BB 71 8E 0 28 18 1B 150 23 3B
Octal 273 161 216 0 50 30 33 520 43 73
Binary 10111011 1110001 10001110 0 101000 11000 11011 101010000 100011 111011

Color Harmonies of #BB718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB718E

Black with #BB718E

Text Example


Text Example

White with #BB718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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