Html Css Color HEX #B76B8D Tapestry

📋 copy color: '#B76B8D'

red 183 ◦ green 107 ◦ blue 141

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

Shades of Tapestry #B76B8D

Tints of Tapestry #B76B8D

RGB

 RED value IS 183 (71.88% from 255) = 42.46%

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 42.46%
G = 24.83%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B76B8D (or 0xB76B8D) is known color: Tapestry. HEX triplet: B7, 6B and 8D. RGB value is (183,107,141). Sum of RGB (Red+Green+Blue) = 183+107+141=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B8D is #489472. Grayscale: #858585. Windows color (decimal): -4756595 or 9268151. OLE color: 9268151.

HSL color Cylindrical-coordinate representation of color #B76B8D: hue angle of 333.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B8D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 141 -
CMYK 0 0.42 0.23 0.28
HSL 333.16º 0.35% 0.57% -
HSV(B) 333.16º 0.42% 0.72% -
XYZ 29.59 22.51 27.98 -
YUV 133.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 183 107 141 0 0.42 0.23 0.28 333.16 0.35 0.57
Hex B7 6B 8D 0 2A 17 1C 14D 23 39
Octal 267 153 215 0 52 27 34 515 43 71
Binary 10110111 1101011 10001101 0 101010 10111 11100 101001101 100011 111001

Color Harmonies of #B76B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B8D

Black with #B76B8D

Text Example


Text Example

White with #B76B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B8D; }

 p { color: rgb(183,107,141); }

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

background-color css

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

 a { background-color: rgb(183,107,141); }

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

border-color css

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

 span { border-color: rgb(183,107,141); }

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