Html Css Color HEX #B0788C Tapestry

📋 copy color: '#B0788C'

red 176 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #B0788C

Tints of Tapestry #B0788C

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

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

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

R = 40.37%
G = 27.52%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0788C (or 0xB0788C) is known color: Tapestry. HEX triplet: B0, 78 and 8C. RGB value is (176,120,140). Sum of RGB (Red+Green+Blue) = 176+120+140=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788C is #4F8773. Grayscale: #8B8B8B. Windows color (decimal): -5212020 or 9205936. OLE color: 9205936.

HSL color Cylindrical-coordinate representation of color #B0788C: hue angle of 338.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0788C is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 140 -
CMYK 0 0.32 0.20 0.31
HSL 338.57º 0.26% 0.58% -
HSV(B) 338.57º 0.32% 0.69% -
XYZ 29.35 24.56 28 -
YUV 139.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 176 120 140 0 0.32 0.20 0.31 338.57 0.26 0.58
Hex B0 78 8C 0 20 14 1F 153 1A 3A
Octal 260 170 214 0 40 24 37 523 32 72
Binary 10110000 1111000 10001100 0 100000 10100 11111 101010011 11010 111010

Color Harmonies of #B0788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0788C

Black with #B0788C

Text Example


Text Example

White with #B0788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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