Html Css Color HEX #B3788D Tapestry

📋 copy color: '#B3788D'

red 179 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #B3788D

Tints of Tapestry #B3788D

RGB

 RED value IS 179 (70.31% from 255) = 40.68%

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 40.68%
G = 27.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3788D (or 0xB3788D) is known color: Tapestry. HEX triplet: B3, 78 and 8D. RGB value is (179,120,141). Sum of RGB (Red+Green+Blue) = 179+120+141=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3788D is #4C8772. Grayscale: #8C8C8C. Windows color (decimal): -5015411 or 9271475. OLE color: 9271475.

HSL color Cylindrical-coordinate representation of color #B3788D: hue angle of 338.64º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3788D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 141 -
CMYK 0 0.33 0.21 0.30
HSL 338.64º 0.28% 0.59% -
HSV(B) 338.64º 0.33% 0.7% -
XYZ 30.11 24.94 28.43 -
YUV 140.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 179 120 141 0 0.33 0.21 0.30 338.64 0.28 0.59
Hex B3 78 8D 0 21 15 1E 153 1C 3B
Octal 263 170 215 0 41 25 36 523 34 73
Binary 10110011 1111000 10001101 0 100001 10101 11110 101010011 11100 111011

Color Harmonies of #B3788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3788D

Black with #B3788D

Text Example


Text Example

White with #B3788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3788D; }

 p { color: rgb(179,120,141); }

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

background-color css

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

 a { background-color: rgb(179,120,141); }

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

border-color css

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

 span { border-color: rgb(179,120,141); }

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