Html Css Color HEX #BB7C8A Tapestry

📋 copy color: '#BB7C8A'

red 187 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #BB7C8A

Tints of Tapestry #BB7C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 41.65%
G = 27.62%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB7C8A (or 0xBB7C8A) is known color: Tapestry. HEX triplet: BB, 7C and 8A. RGB value is (187,124,138). Sum of RGB (Red+Green+Blue) = 187+124+138=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C8A is #448375. Grayscale: #909090. Windows color (decimal): -4490102 or 9075899. OLE color: 9075899.

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

Color convert

RGB 187 124 138 -
CMYK 0 0.34 0.26 0.27
HSL 346.67º 0.32% 0.61% -
HSV(B) 346.67º 0.34% 0.73% -
XYZ 32.29 26.82 27.52 -
YUV 144.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 187 124 138 0 0.34 0.26 0.27 346.67 0.32 0.61
Hex BB 7C 8A 0 22 1A 1B 15B 20 3D
Octal 273 174 212 0 42 32 33 533 40 75
Binary 10111011 1111100 10001010 0 100010 11010 11011 101011011 100000 111101

Color Harmonies of #BB7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C8A

Black with #BB7C8A

Text Example


Text Example

White with #BB7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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