Html Css Color HEX #B5787E Tapestry

📋 copy color: '#B5787E'

red 181 ◦ green 120 ◦ blue 126

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

Shades of Tapestry #B5787E

Tints of Tapestry #B5787E

RGB

 RED value IS 181 (71.09% from 255) = 42.39%

 GREEN value IS 120 (47.27% from 255) = 28.1%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 42.39%
G = 28.1%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5787E (or 0xB5787E) is known color: Tapestry. HEX triplet: B5, 78 and 7E. RGB value is (181,120,126). Sum of RGB (Red+Green+Blue) = 181+120+126=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5787E is #4A8781. Grayscale: #8A8A8A. Windows color (decimal): -4884354 or 8288437. OLE color: 8288437.

HSL color Cylindrical-coordinate representation of color #B5787E: hue angle of 354.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5787E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 126 -
CMYK 0 0.34 0.30 0.29
HSL 354.1º 0.29% 0.59% -
HSV(B) 354.1º 0.34% 0.71% -
XYZ 29.54 24.76 22.96 -
YUV 138.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 181 120 126 0 0.34 0.30 0.29 354.1 0.29 0.59
Hex B5 78 7E 0 22 1E 1D 162 1D 3B
Octal 265 170 176 0 42 36 35 542 35 73
Binary 10110101 1111000 1111110 0 100010 11110 11101 101100010 11101 111011

Color Harmonies of #B5787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5787E

Black with #B5787E

Text Example


Text Example

White with #B5787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5787E; }

 p { color: rgb(181,120,126); }

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

background-color css

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

 a { background-color: rgb(181,120,126); }

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

border-color css

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

 span { border-color: rgb(181,120,126); }

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