Html Css Color HEX #B8788C Tapestry

📋 copy color: '#B8788C'

red 184 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #B8788C

Tints of Tapestry #B8788C

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 41.44%
G = 27.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8788C (or 0xB8788C) is known color: Tapestry. HEX triplet: B8, 78 and 8C. RGB value is (184,120,140). Sum of RGB (Red+Green+Blue) = 184+120+140=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8788C is #478773. Grayscale: #8D8D8D. Windows color (decimal): -4687732 or 9205944. OLE color: 9205944.

HSL color Cylindrical-coordinate representation of color #B8788C: hue angle of 341.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8788C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 140 -
CMYK 0 0.35 0.24 0.28
HSL 341.25º 0.31% 0.6% -
HSV(B) 341.25º 0.35% 0.72% -
XYZ 31.22 25.52 28.09 -
YUV 141.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 184 120 140 0 0.35 0.24 0.28 341.25 0.31 0.6
Hex B8 78 8C 0 23 18 1C 155 1F 3C
Octal 270 170 214 0 43 30 34 525 37 74
Binary 10111000 1111000 10001100 0 100011 11000 11100 101010101 11111 111100

Color Harmonies of #B8788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8788C

Black with #B8788C

Text Example


Text Example

White with #B8788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8788C; }

 p { color: rgb(184,120,140); }

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

background-color css

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

 a { background-color: rgb(184,120,140); }

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

border-color css

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

 span { border-color: rgb(184,120,140); }

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