Html Css Color HEX #B5737D Tapestry

📋 copy color: '#B5737D'

red 181 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B5737D

Tints of Tapestry #B5737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 42.99%
G = 27.32%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5737D (or 0xB5737D) is known color: Tapestry. HEX triplet: B5, 73 and 7D. RGB value is (181,115,125). Sum of RGB (Red+Green+Blue) = 181+115+125=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737D is #4A8C82. Grayscale: #878787. Windows color (decimal): -4885635 or 8221621. OLE color: 8221621.

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

Color convert

RGB 181 115 125 -
CMYK 0 0.36 0.31 0.29
HSL 350.91º 0.31% 0.58% -
HSV(B) 350.91º 0.36% 0.71% -
XYZ 28.89 23.57 22.43 -
YUV 135.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 181 115 125 0 0.36 0.31 0.29 350.91 0.31 0.58
Hex B5 73 7D 0 24 1F 1D 15F 1F 3A
Octal 265 163 175 0 44 37 35 537 37 72
Binary 10110101 1110011 1111101 0 100100 11111 11101 101011111 11111 111010

Color Harmonies of #B5737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5737D

Black with #B5737D

Text Example


Text Example

White with #B5737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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