Html Css Color HEX #BB8389 Tapestry

📋 copy color: '#BB8389'

red 187 ◦ green 131 ◦ blue 137

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

Shades of Tapestry #BB8389

Tints of Tapestry #BB8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 41.1%
G = 28.79%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB8389 (or 0xBB8389) is known color: Tapestry. HEX triplet: BB, 83 and 89. RGB value is (187,131,137). Sum of RGB (Red+Green+Blue) = 187+131+137=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8389 is #447C76. Grayscale: #949494. Windows color (decimal): -4488311 or 9012155. OLE color: 9012155.

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

Color convert

RGB 187 131 137 -
CMYK 0 0.30 0.27 0.27
HSL 353.57º 0.29% 0.62% -
HSV(B) 353.57º 0.3% 0.73% -
XYZ 33.13 28.6 27.44 -
YUV 148.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 187 131 137 0 0.30 0.27 0.27 353.57 0.29 0.62
Hex BB 83 89 0 1E 1B 1B 162 1D 3E
Octal 273 203 211 0 36 33 33 542 35 76
Binary 10111011 10000011 10001001 0 11110 11011 11011 101100010 11101 111110

Color Harmonies of #BB8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8389

Black with #BB8389

Text Example


Text Example

White with #BB8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8389; }

 p { color: rgb(187,131,137); }

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

background-color css

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

 a { background-color: rgb(187,131,137); }

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

border-color css

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

 span { border-color: rgb(187,131,137); }

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