Html Css Color HEX #BB8388 Tapestry

📋 copy color: '#BB8388'

red 187 ◦ green 131 ◦ blue 136

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

Shades of Tapestry #BB8388

Tints of Tapestry #BB8388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 41.19%
G = 28.85%
B = 29.96%

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

#BB8388 (or 0xBB8388) is known color: Tapestry. HEX triplet: BB, 83 and 88. RGB value is (187,131,136). Sum of RGB (Red+Green+Blue) = 187+131+136=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8388 is #447C77. Grayscale: #949494. Windows color (decimal): -4488312 or 8946619. OLE color: 8946619.

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

Color convert

RGB 187 131 136 -
CMYK 0 0.30 0.27 0.27
HSL 354.64º 0.29% 0.62% -
HSV(B) 354.64º 0.3% 0.73% -
XYZ 33.05 28.57 27.07 -
YUV 148.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 187 131 136 0 0.30 0.27 0.27 354.64 0.29 0.62
Hex BB 83 88 0 1E 1B 1B 163 1D 3E
Octal 273 203 210 0 36 33 33 543 35 76
Binary 10111011 10000011 10001000 0 11110 11011 11011 101100011 11101 111110

Color Harmonies of #BB8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8388

Black with #BB8388

Text Example


Text Example

White with #BB8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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