Html Css Color HEX #BB818D Tapestry

📋 copy color: '#BB818D'

red 187 ◦ green 129 ◦ blue 141

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

Shades of Tapestry #BB818D

Tints of Tapestry #BB818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 40.92%
G = 28.23%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB818D (or 0xBB818D) is known color: Tapestry. HEX triplet: BB, 81 and 8D. RGB value is (187,129,141). Sum of RGB (Red+Green+Blue) = 187+129+141=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818D is #447E72. Grayscale: #939393. Windows color (decimal): -4488819 or 9273787. OLE color: 9273787.

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

Color convert

RGB 187 129 141 -
CMYK 0 0.31 0.25 0.27
HSL 347.59º 0.3% 0.62% -
HSV(B) 347.59º 0.31% 0.73% -
XYZ 33.15 28.19 28.89 -
YUV 147.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 187 129 141 0 0.31 0.25 0.27 347.59 0.3 0.62
Hex BB 81 8D 0 1F 19 1B 15C 1E 3E
Octal 273 201 215 0 37 31 33 534 36 76
Binary 10111011 10000001 10001101 0 11111 11001 11011 101011100 11110 111110

Color Harmonies of #BB818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB818D

Black with #BB818D

Text Example


Text Example

White with #BB818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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