Html Css Color HEX #B0768E Tapestry

📋 copy color: '#B0768E'

red 176 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #B0768E

Tints of Tapestry #B0768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

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

R = 40.37%
G = 27.06%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0768E (or 0xB0768E) is known color: Tapestry. HEX triplet: B0, 76 and 8E. RGB value is (176,118,142). Sum of RGB (Red+Green+Blue) = 176+118+142=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768E is #4F8971. Grayscale: #8A8A8A. Windows color (decimal): -5212530 or 9336496. OLE color: 9336496.

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

Color convert

RGB 176 118 142 -
CMYK 0 0.33 0.19 0.31
HSL 335.17º 0.27% 0.58% -
HSV(B) 335.17º 0.33% 0.69% -
XYZ 29.27 24.14 28.71 -
YUV 138.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 176 118 142 0 0.33 0.19 0.31 335.17 0.27 0.58
Hex B0 76 8E 0 21 13 1F 14F 1B 3A
Octal 260 166 216 0 41 23 37 517 33 72
Binary 10110000 1110110 10001110 0 100001 10011 11111 101001111 11011 111010

Color Harmonies of #B0768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0768E

Black with #B0768E

Text Example


Text Example

White with #B0768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0768E; }

 p { color: rgb(176,118,142); }

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

background-color css

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

 a { background-color: rgb(176,118,142); }

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

border-color css

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

 span { border-color: rgb(176,118,142); }

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