Html Css Color HEX #B0768C Tapestry

📋 copy color: '#B0768C'

red 176 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #B0768C

Tints of Tapestry #B0768C

RGB

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

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

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

R = 40.55%
G = 27.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0768C (or 0xB0768C) is known color: Tapestry. HEX triplet: B0, 76 and 8C. RGB value is (176,118,140). Sum of RGB (Red+Green+Blue) = 176+118+140=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768C is #4F8973. Grayscale: #898989. Windows color (decimal): -5212532 or 9205424. OLE color: 9205424.

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

Color convert

RGB 176 118 140 -
CMYK 0 0.33 0.20 0.31
HSL 337.24º 0.27% 0.58% -
HSV(B) 337.24º 0.33% 0.69% -
XYZ 29.12 24.08 27.92 -
YUV 137.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 176 118 140 0 0.33 0.20 0.31 337.24 0.27 0.58
Hex B0 76 8C 0 21 14 1F 151 1B 3A
Octal 260 166 214 0 41 24 37 521 33 72
Binary 10110000 1110110 10001100 0 100001 10100 11111 101010001 11011 111010

Color Harmonies of #B0768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0768C

Black with #B0768C

Text Example


Text Example

White with #B0768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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