Html Css Color HEX #B77B8D Tapestry

📋 copy color: '#B77B8D'

red 183 ◦ green 123 ◦ blue 141

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

Shades of Tapestry #B77B8D

Tints of Tapestry #B77B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

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

R = 40.94%
G = 27.52%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B77B8D (or 0xB77B8D) is known color: Tapestry. HEX triplet: B7, 7B and 8D. RGB value is (183,123,141). Sum of RGB (Red+Green+Blue) = 183+123+141=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B8D is #488472. Grayscale: #8E8E8E. Windows color (decimal): -4752499 or 9272247. OLE color: 9272247.

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

Color convert

RGB 183 123 141 -
CMYK 0 0.33 0.23 0.28
HSL 342º 0.29% 0.6% -
HSV(B) 342º 0.33% 0.72% -
XYZ 31.42 26.16 28.59 -
YUV 142.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 183 123 141 0 0.33 0.23 0.28 342 0.29 0.6
Hex B7 7B 8D 0 21 17 1C 156 1D 3C
Octal 267 173 215 0 41 27 34 526 35 74
Binary 10110111 1111011 10001101 0 100001 10111 11100 101010110 11101 111100

Color Harmonies of #B77B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B8D

Black with #B77B8D

Text Example


Text Example

White with #B77B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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