Html Css Color HEX #B5738A Tapestry

📋 copy color: '#B5738A'

red 181 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #B5738A

Tints of Tapestry #B5738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 41.71%
G = 26.5%
B = 31.8%

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

#B5738A (or 0xB5738A) is known color: Tapestry. HEX triplet: B5, 73 and 8A. RGB value is (181,115,138). Sum of RGB (Red+Green+Blue) = 181+115+138=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5738A is #4A8C75. Grayscale: #898989. Windows color (decimal): -4885622 or 9073589. OLE color: 9073589.

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

Color convert

RGB 181 115 138 -
CMYK 0 0.36 0.24 0.29
HSL 339.09º 0.31% 0.58% -
HSV(B) 339.09º 0.36% 0.71% -
XYZ 29.77 23.92 27.09 -
YUV 137.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 181 115 138 0 0.36 0.24 0.29 339.09 0.31 0.58
Hex B5 73 8A 0 24 18 1D 153 1F 3A
Octal 265 163 212 0 44 30 35 523 37 72
Binary 10110101 1110011 10001010 0 100100 11000 11101 101010011 11111 111010

Color Harmonies of #B5738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5738A

Black with #B5738A

Text Example


Text Example

White with #B5738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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