Html Css Color HEX #BB7E8C Tapestry

📋 copy color: '#BB7E8C'

red 187 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #BB7E8C

Tints of Tapestry #BB7E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.81%

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

R = 41.28%
G = 27.81%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB7E8C (or 0xBB7E8C) is known color: Tapestry. HEX triplet: BB, 7E and 8C. RGB value is (187,126,140). Sum of RGB (Red+Green+Blue) = 187+126+140=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7E8C is #448173. Grayscale: #919191. Windows color (decimal): -4489588 or 9207483. OLE color: 9207483.

HSL color Cylindrical-coordinate representation of color #BB7E8C: hue angle of 346.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7E8C is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 126 140 -
CMYK 0 0.33 0.25 0.27
HSL 346.23º 0.31% 0.61% -
HSV(B) 346.23º 0.33% 0.73% -
XYZ 32.69 27.38 28.37 -
YUV 145.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 187 126 140 0 0.33 0.25 0.27 346.23 0.31 0.61
Hex BB 7E 8C 0 21 19 1B 15A 1F 3D
Octal 273 176 214 0 41 31 33 532 37 75
Binary 10111011 1111110 10001100 0 100001 11001 11011 101011010 11111 111101

Color Harmonies of #BB7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E8C

Black with #BB7E8C

Text Example


Text Example

White with #BB7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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