Html Css Color HEX #BB7381 Tapestry

📋 copy color: '#BB7381'

red 187 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #BB7381

Tints of Tapestry #BB7381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 43.39%
G = 26.68%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB7381 (or 0xBB7381) is known color: Tapestry. HEX triplet: BB, 73 and 81. RGB value is (187,115,129). Sum of RGB (Red+Green+Blue) = 187+115+129=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7381 is #448C7E. Grayscale: #8A8A8A. Windows color (decimal): -4492415 or 8483771. OLE color: 8483771.

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

Color convert

RGB 187 115 129 -
CMYK 0 0.39 0.31 0.27
HSL 348.33º 0.35% 0.59% -
HSV(B) 348.33º 0.39% 0.73% -
XYZ 30.59 24.41 23.87 -
YUV 138.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 187 115 129 0 0.39 0.31 0.27 348.33 0.35 0.59
Hex BB 73 81 0 27 1F 1B 15C 23 3B
Octal 273 163 201 0 47 37 33 534 43 73
Binary 10111011 1110011 10000001 0 100111 11111 11011 101011100 100011 111011

Color Harmonies of #BB7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7381

Black with #BB7381

Text Example


Text Example

White with #BB7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7381; }

 p { color: rgb(187,115,129); }

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

background-color css

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

 a { background-color: rgb(187,115,129); }

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

border-color css

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

 span { border-color: rgb(187,115,129); }

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