Html Css Color HEX #BB788B Tapestry

📋 copy color: '#BB788B'

red 187 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #BB788B

Tints of Tapestry #BB788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.91%

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 41.93%
G = 26.91%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB788B (or 0xBB788B) is known color: Tapestry. HEX triplet: BB, 78 and 8B. RGB value is (187,120,139). Sum of RGB (Red+Green+Blue) = 187+120+139=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788B is #448774. Grayscale: #8E8E8E. Windows color (decimal): -4491125 or 9140411. OLE color: 9140411.

HSL color Cylindrical-coordinate representation of color #BB788B: hue angle of 342.99º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB788B is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 139 -
CMYK 0 0.36 0.26 0.27
HSL 342.99º 0.33% 0.6% -
HSV(B) 342.99º 0.36% 0.73% -
XYZ 31.87 25.86 27.74 -
YUV 142.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 187 120 139 0 0.36 0.26 0.27 342.99 0.33 0.6
Hex BB 78 8B 0 24 1A 1B 157 21 3C
Octal 273 170 213 0 44 32 33 527 41 74
Binary 10111011 1111000 10001011 0 100100 11010 11011 101010111 100001 111100

Color Harmonies of #BB788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB788B

Black with #BB788B

Text Example


Text Example

White with #BB788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB788B; }

 p { color: rgb(187,120,139); }

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

background-color css

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

 a { background-color: rgb(187,120,139); }

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

border-color css

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

 span { border-color: rgb(187,120,139); }

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