Html Css Color HEX #B3788E Tapestry

📋 copy color: '#B3788E'

red 179 ◦ green 120 ◦ blue 142

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

Shades of Tapestry #B3788E

Tints of Tapestry #B3788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 40.59%
G = 27.21%
B = 32.2%

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

#B3788E (or 0xB3788E) is known color: Tapestry. HEX triplet: B3, 78 and 8E. RGB value is (179,120,142). Sum of RGB (Red+Green+Blue) = 179+120+142=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3788E is #4C8771. Grayscale: #8C8C8C. Windows color (decimal): -5015410 or 9337011. OLE color: 9337011.

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

Color convert

RGB 179 120 142 -
CMYK 0 0.33 0.21 0.30
HSL 337.63º 0.28% 0.59% -
HSV(B) 337.63º 0.33% 0.7% -
XYZ 30.19 24.97 28.82 -
YUV 140.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 179 120 142 0 0.33 0.21 0.30 337.63 0.28 0.59
Hex B3 78 8E 0 21 15 1E 152 1C 3B
Octal 263 170 216 0 41 25 36 522 34 73
Binary 10110011 1111000 10001110 0 100001 10101 11110 101010010 11100 111011

Color Harmonies of #B3788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3788E

Black with #B3788E

Text Example


Text Example

White with #B3788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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