Html Css Color HEX #BB7484 Tapestry

📋 copy color: '#BB7484'

red 187 ◦ green 116 ◦ blue 132

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

Shades of Tapestry #BB7484

Tints of Tapestry #BB7484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 42.99%
G = 26.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB7484 (or 0xBB7484) is known color: Tapestry. HEX triplet: BB, 74 and 84. RGB value is (187,116,132). Sum of RGB (Red+Green+Blue) = 187+116+132=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7484 is #448B7B. Grayscale: #8B8B8B. Windows color (decimal): -4492156 or 8680635. OLE color: 8680635.

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

Color convert

RGB 187 116 132 -
CMYK 0 0.38 0.29 0.27
HSL 346.48º 0.34% 0.59% -
HSV(B) 346.48º 0.38% 0.73% -
XYZ 30.9 24.72 24.97 -
YUV 139.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 187 116 132 0 0.38 0.29 0.27 346.48 0.34 0.59
Hex BB 74 84 0 26 1D 1B 15A 22 3B
Octal 273 164 204 0 46 35 33 532 42 73
Binary 10111011 1110100 10000100 0 100110 11101 11011 101011010 100010 111011

Color Harmonies of #BB7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7484

Black with #BB7484

Text Example


Text Example

White with #BB7484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7484; }

 p { color: rgb(187,116,132); }

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

background-color css

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

 a { background-color: rgb(187,116,132); }

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

border-color css

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

 span { border-color: rgb(187,116,132); }

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