Html Css Color HEX #B77B8C Tapestry

📋 copy color: '#B77B8C'

red 183 ◦ green 123 ◦ blue 140

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

Shades of Tapestry #B77B8C

Tints of Tapestry #B77B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 41.03%
G = 27.58%
B = 31.39%

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

#B77B8C (or 0xB77B8C) is known color: Tapestry. HEX triplet: B7, 7B and 8C. RGB value is (183,123,140). Sum of RGB (Red+Green+Blue) = 183+123+140=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B8C is #488473. Grayscale: #8E8E8E. Windows color (decimal): -4752500 or 9206711. OLE color: 9206711.

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

Color convert

RGB 183 123 140 -
CMYK 0 0.33 0.23 0.28
HSL 343º 0.29% 0.6% -
HSV(B) 343º 0.33% 0.72% -
XYZ 31.35 26.13 28.2 -
YUV 142.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 183 123 140 0 0.33 0.23 0.28 343 0.29 0.6
Hex B7 7B 8C 0 21 17 1C 157 1D 3C
Octal 267 173 214 0 41 27 34 527 35 74
Binary 10110111 1111011 10001100 0 100001 10111 11100 101010111 11101 111100

Color Harmonies of #B77B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B8C

Black with #B77B8C

Text Example


Text Example

White with #B77B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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