Html Css Color HEX #B76B8F Tapestry

📋 copy color: '#B76B8F'

red 183 ◦ green 107 ◦ blue 143

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

Shades of Tapestry #B76B8F

Tints of Tapestry #B76B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 42.26%
G = 24.71%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B76B8F (or 0xB76B8F) is known color: Tapestry. HEX triplet: B7, 6B and 8F. RGB value is (183,107,143). Sum of RGB (Red+Green+Blue) = 183+107+143=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B8F is #489470. Grayscale: #858585. Windows color (decimal): -4756593 or 9399223. OLE color: 9399223.

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

Color convert

RGB 183 107 143 -
CMYK 0 0.42 0.22 0.28
HSL 331.58º 0.35% 0.57% -
HSV(B) 331.58º 0.42% 0.72% -
XYZ 29.74 22.57 28.77 -
YUV 133.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 183 107 143 0 0.42 0.22 0.28 331.58 0.35 0.57
Hex B7 6B 8F 0 2A 16 1C 14C 23 39
Octal 267 153 217 0 52 26 34 514 43 71
Binary 10110111 1101011 10001111 0 101010 10110 11100 101001100 100011 111001

Color Harmonies of #B76B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B8F

Black with #B76B8F

Text Example


Text Example

White with #B76B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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