Html Css Color HEX #BB7A8A Tapestry

📋 copy color: '#BB7A8A'

red 187 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #BB7A8A

Tints of Tapestry #BB7A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

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

R = 41.83%
G = 27.29%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB7A8A (or 0xBB7A8A) is known color: Tapestry. HEX triplet: BB, 7A and 8A. RGB value is (187,122,138). Sum of RGB (Red+Green+Blue) = 187+122+138=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A8A is #448575. Grayscale: #8F8F8F. Windows color (decimal): -4490614 or 9075387. OLE color: 9075387.

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

Color convert

RGB 187 122 138 -
CMYK 0 0.35 0.26 0.27
HSL 345.23º 0.32% 0.61% -
HSV(B) 345.23º 0.35% 0.73% -
XYZ 32.04 26.32 27.44 -
YUV 143.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 187 122 138 0 0.35 0.26 0.27 345.23 0.32 0.61
Hex BB 7A 8A 0 23 1A 1B 159 20 3D
Octal 273 172 212 0 43 32 33 531 40 75
Binary 10111011 1111010 10001010 0 100011 11010 11011 101011001 100000 111101

Color Harmonies of #BB7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A8A

Black with #BB7A8A

Text Example


Text Example

White with #BB7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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