Html Css Color HEX #BB8089 Tapestry

📋 copy color: '#BB8089'

red 187 ◦ green 128 ◦ blue 137

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

Shades of Tapestry #BB8089

Tints of Tapestry #BB8089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

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

R = 41.37%
G = 28.32%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB8089 (or 0xBB8089) is known color: Tapestry. HEX triplet: BB, 80 and 89. RGB value is (187,128,137). Sum of RGB (Red+Green+Blue) = 187+128+137=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8089 is #447F76. Grayscale: #929292. Windows color (decimal): -4489079 or 9011387. OLE color: 9011387.

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

Color convert

RGB 187 128 137 -
CMYK 0 0.32 0.27 0.27
HSL 350.85º 0.3% 0.62% -
HSV(B) 350.85º 0.32% 0.73% -
XYZ 32.73 27.81 27.31 -
YUV 146.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 187 128 137 0 0.32 0.27 0.27 350.85 0.3 0.62
Hex BB 80 89 0 20 1B 1B 15F 1E 3E
Octal 273 200 211 0 40 33 33 537 36 76
Binary 10111011 10000000 10001001 0 100000 11011 11011 101011111 11110 111110

Color Harmonies of #BB8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8089

Black with #BB8089

Text Example


Text Example

White with #BB8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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