Html Css Color HEX #B4788A Tapestry

📋 copy color: '#B4788A'

red 180 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #B4788A

Tints of Tapestry #B4788A

RGB

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

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

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

R = 41.1%
G = 27.4%
B = 31.51%

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

#B4788A (or 0xB4788A) is known color: Tapestry. HEX triplet: B4, 78 and 8A. RGB value is (180,120,138). Sum of RGB (Red+Green+Blue) = 180+120+138=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4788A is #4B8775. Grayscale: #8B8B8B. Windows color (decimal): -4949878 or 9074868. OLE color: 9074868.

HSL color Cylindrical-coordinate representation of color #B4788A: hue angle of 342º 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 #B4788A is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 138 -
CMYK 0 0.33 0.23 0.29
HSL 342º 0.29% 0.59% -
HSV(B) 342º 0.33% 0.71% -
XYZ 30.13 24.97 27.28 -
YUV 139.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 180 120 138 0 0.33 0.23 0.29 342 0.29 0.59
Hex B4 78 8A 0 21 17 1D 156 1D 3B
Octal 264 170 212 0 41 27 35 526 35 73
Binary 10110100 1111000 10001010 0 100001 10111 11101 101010110 11101 111011

Color Harmonies of #B4788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4788A

Black with #B4788A

Text Example


Text Example

White with #B4788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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