Html Css Color HEX #B4788B Tapestry

📋 copy color: '#B4788B'

red 180 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #B4788B

Tints of Tapestry #B4788B

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

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

R = 41%
G = 27.33%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4788B (or 0xB4788B) is known color: Tapestry. HEX triplet: B4, 78 and 8B. RGB value is (180,120,139). Sum of RGB (Red+Green+Blue) = 180+120+139=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4788B is #4B8774. Grayscale: #8C8C8C. Windows color (decimal): -4949877 or 9140404. OLE color: 9140404.

HSL color Cylindrical-coordinate representation of color #B4788B: hue angle of 341º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4788B is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 139 -
CMYK 0 0.33 0.23 0.29
HSL 341º 0.29% 0.59% -
HSV(B) 341º 0.33% 0.71% -
XYZ 30.2 25 27.66 -
YUV 140.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 180 120 139 0 0.33 0.23 0.29 341 0.29 0.59
Hex B4 78 8B 0 21 17 1D 155 1D 3B
Octal 264 170 213 0 41 27 35 525 35 73
Binary 10110100 1111000 10001011 0 100001 10111 11101 101010101 11101 111011

Color Harmonies of #B4788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4788B

Black with #B4788B

Text Example


Text Example

White with #B4788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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