Html Css Color HEX #B0767F Tapestry

📋 copy color: '#B0767F'

red 176 ◦ green 118 ◦ blue 127

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

Shades of Tapestry #B0767F

Tints of Tapestry #B0767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 41.81%
G = 28.03%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0767F (or 0xB0767F) is known color: Tapestry. HEX triplet: B0, 76 and 7F. RGB value is (176,118,127). Sum of RGB (Red+Green+Blue) = 176+118+127=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0767F is #4F8980. Grayscale: #888888. Windows color (decimal): -5212545 or 8353456. OLE color: 8353456.

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

Color convert

RGB 176 118 127 -
CMYK 0 0.33 0.28 0.31
HSL 350.69º 0.27% 0.58% -
HSV(B) 350.69º 0.33% 0.69% -
XYZ 28.21 23.72 23.17 -
YUV 136.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 176 118 127 0 0.33 0.28 0.31 350.69 0.27 0.58
Hex B0 76 7F 0 21 1C 1F 15F 1B 3A
Octal 260 166 177 0 41 34 37 537 33 72
Binary 10110000 1110110 1111111 0 100001 11100 11111 101011111 11011 111010

Color Harmonies of #B0767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0767F

Black with #B0767F

Text Example


Text Example

White with #B0767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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