Html Css Color HEX #BB718C Tapestry

📋 copy color: '#BB718C'

red 187 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #BB718C

Tints of Tapestry #BB718C

RGB

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

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

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

R = 42.5%
G = 25.68%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB718C (or 0xBB718C) is known color: Tapestry. HEX triplet: BB, 71 and 8C. RGB value is (187,113,140). Sum of RGB (Red+Green+Blue) = 187+113+140=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB718C is #448E73. Grayscale: #8A8A8A. Windows color (decimal): -4492916 or 9204155. OLE color: 9204155.

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

Color convert

RGB 187 113 140 -
CMYK 0 0.40 0.25 0.27
HSL 338.11º 0.35% 0.59% -
HSV(B) 338.11º 0.4% 0.73% -
XYZ 31.13 24.27 27.85 -
YUV 138.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 187 113 140 0 0.40 0.25 0.27 338.11 0.35 0.59
Hex BB 71 8C 0 28 19 1B 152 23 3B
Octal 273 161 214 0 50 31 33 522 43 73
Binary 10111011 1110001 10001100 0 101000 11001 11011 101010010 100011 111011

Color Harmonies of #BB718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB718C

Black with #BB718C

Text Example


Text Example

White with #BB718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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