Html Css Color HEX #B5748A Tapestry

📋 copy color: '#B5748A'

red 181 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #B5748A

Tints of Tapestry #B5748A

RGB

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

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

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

R = 41.61%
G = 26.67%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5748A (or 0xB5748A) is known color: Tapestry. HEX triplet: B5, 74 and 8A. RGB value is (181,116,138). Sum of RGB (Red+Green+Blue) = 181+116+138=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5748A is #4A8B75. Grayscale: #898989. Windows color (decimal): -4885366 or 9073845. OLE color: 9073845.

HSL color Cylindrical-coordinate representation of color #B5748A: hue angle of 339.69º 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 #B5748A is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 138 -
CMYK 0 0.36 0.24 0.29
HSL 339.69º 0.31% 0.58% -
HSV(B) 339.69º 0.36% 0.71% -
XYZ 29.89 24.15 27.13 -
YUV 137.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 181 116 138 0 0.36 0.24 0.29 339.69 0.31 0.58
Hex B5 74 8A 0 24 18 1D 154 1F 3A
Octal 265 164 212 0 44 30 35 524 37 72
Binary 10110101 1110100 10001010 0 100100 11000 11101 101010100 11111 111010

Color Harmonies of #B5748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5748A

Black with #B5748A

Text Example


Text Example

White with #B5748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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