Html Css Color HEX #B5748B Tapestry

📋 copy color: '#B5748B'

red 181 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #B5748B

Tints of Tapestry #B5748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 41.51%
G = 26.61%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5748B (or 0xB5748B) is known color: Tapestry. HEX triplet: B5, 74 and 8B. RGB value is (181,116,139). Sum of RGB (Red+Green+Blue) = 181+116+139=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5748B is #4A8B74. Grayscale: #8A8A8A. Windows color (decimal): -4885365 or 9139381. OLE color: 9139381.

HSL color Cylindrical-coordinate representation of color #B5748B: hue angle of 338.77º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5748B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 139 -
CMYK 0 0.36 0.23 0.29
HSL 338.77º 0.31% 0.58% -
HSV(B) 338.77º 0.36% 0.71% -
XYZ 29.96 24.18 27.51 -
YUV 138.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 181 116 139 0 0.36 0.23 0.29 338.77 0.31 0.58
Hex B5 74 8B 0 24 17 1D 153 1F 3A
Octal 265 164 213 0 44 27 35 523 37 72
Binary 10110101 1110100 10001011 0 100100 10111 11101 101010011 11111 111010

Color Harmonies of #B5748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5748B

Black with #B5748B

Text Example


Text Example

White with #B5748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5748B; }

 p { color: rgb(181,116,139); }

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

background-color css

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

 a { background-color: rgb(181,116,139); }

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

border-color css

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

 span { border-color: rgb(181,116,139); }

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