Html Css Color HEX #B27781 Tapestry

📋 copy color: '#B27781'

red 178 ◦ green 119 ◦ blue 129

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

Shades of Tapestry #B27781

Tints of Tapestry #B27781

RGB

 RED value IS 178 (69.92% from 255) = 41.78%

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 41.78%
G = 27.93%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27781 (or 0xB27781) is known color: Tapestry. HEX triplet: B2, 77 and 81. RGB value is (178,119,129). Sum of RGB (Red+Green+Blue) = 178+119+129=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27781 is #4D887E. Grayscale: #898989. Windows color (decimal): -5081215 or 8484786. OLE color: 8484786.

HSL color Cylindrical-coordinate representation of color #B27781: hue angle of 349.83º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27781 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 129 -
CMYK 0 0.33 0.28 0.30
HSL 349.83º 0.28% 0.58% -
HSV(B) 349.83º 0.33% 0.7% -
XYZ 28.92 24.24 23.92 -
YUV 137.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 178 119 129 0 0.33 0.28 0.30 349.83 0.28 0.58
Hex B2 77 81 0 21 1C 1E 15E 1C 3A
Octal 262 167 201 0 41 34 36 536 34 72
Binary 10110010 1110111 10000001 0 100001 11100 11110 101011110 11100 111010

Color Harmonies of #B27781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27781

Black with #B27781

Text Example


Text Example

White with #B27781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27781; }

 p { color: rgb(178,119,129); }

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

background-color css

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

 a { background-color: rgb(178,119,129); }

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

border-color css

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

 span { border-color: rgb(178,119,129); }

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