Html Css Color HEX #B77B8A Tapestry

📋 copy color: '#B77B8A'

red 183 ◦ green 123 ◦ blue 138

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

Shades of Tapestry #B77B8A

Tints of Tapestry #B77B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 41.22%
G = 27.7%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B77B8A (or 0xB77B8A) is known color: Tapestry. HEX triplet: B7, 7B and 8A. RGB value is (183,123,138). Sum of RGB (Red+Green+Blue) = 183+123+138=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B8A is #488475. Grayscale: #8E8E8E. Windows color (decimal): -4752502 or 9075639. OLE color: 9075639.

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

Color convert

RGB 183 123 138 -
CMYK 0 0.33 0.25 0.28
HSL 345º 0.29% 0.6% -
HSV(B) 345º 0.33% 0.72% -
XYZ 31.2 26.07 27.43 -
YUV 142.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 183 123 138 0 0.33 0.25 0.28 345 0.29 0.6
Hex B7 7B 8A 0 21 19 1C 159 1D 3C
Octal 267 173 212 0 41 31 34 531 35 74
Binary 10110111 1111011 10001010 0 100001 11001 11100 101011001 11101 111100

Color Harmonies of #B77B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B8A

Black with #B77B8A

Text Example


Text Example

White with #B77B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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