Html Css Color HEX #B76C8B Tapestry

📋 copy color: '#B76C8B'

red 183 ◦ green 108 ◦ blue 139

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

Shades of Tapestry #B76C8B

Tints of Tapestry #B76C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 42.56%
G = 25.12%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B76C8B (or 0xB76C8B) is known color: Tapestry. HEX triplet: B7, 6C and 8B. RGB value is (183,108,139). Sum of RGB (Red+Green+Blue) = 183+108+139=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8B is #489374. Grayscale: #858585. Windows color (decimal): -4756341 or 9137335. OLE color: 9137335.

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

Color convert

RGB 183 108 139 -
CMYK 0 0.41 0.24 0.28
HSL 335.2º 0.34% 0.57% -
HSV(B) 335.2º 0.41% 0.72% -
XYZ 29.55 22.66 27.24 -
YUV 133.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 183 108 139 0 0.41 0.24 0.28 335.2 0.34 0.57
Hex B7 6C 8B 0 29 18 1C 14F 22 39
Octal 267 154 213 0 51 30 34 517 42 71
Binary 10110111 1101100 10001011 0 101001 11000 11100 101001111 100010 111001

Color Harmonies of #B76C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C8B

Black with #B76C8B

Text Example


Text Example

White with #B76C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C8B; }

 p { color: rgb(183,108,139); }

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

background-color css

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

 a { background-color: rgb(183,108,139); }

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

border-color css

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

 span { border-color: rgb(183,108,139); }

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