Html Css Color HEX #BB808A Tapestry

📋 copy color: '#BB808A'

red 187 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #BB808A

Tints of Tapestry #BB808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 41.28%
G = 28.26%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB808A (or 0xBB808A) is known color: Tapestry. HEX triplet: BB, 80 and 8A. RGB value is (187,128,138). Sum of RGB (Red+Green+Blue) = 187+128+138=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808A is #447F75. Grayscale: #929292. Windows color (decimal): -4489078 or 9076923. OLE color: 9076923.

HSL color Cylindrical-coordinate representation of color #BB808A: hue angle of 349.83º 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 #BB808A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 138 -
CMYK 0 0.32 0.26 0.27
HSL 349.83º 0.3% 0.62% -
HSV(B) 349.83º 0.32% 0.73% -
XYZ 32.8 27.84 27.69 -
YUV 146.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 187 128 138 0 0.32 0.26 0.27 349.83 0.3 0.62
Hex BB 80 8A 0 20 1A 1B 15E 1E 3E
Octal 273 200 212 0 40 32 33 536 36 76
Binary 10111011 10000000 10001010 0 100000 11010 11011 101011110 11110 111110

Color Harmonies of #BB808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB808A

Black with #BB808A

Text Example


Text Example

White with #BB808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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