Html Css Color HEX #B4738D Tapestry

📋 copy color: '#B4738D'

red 180 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B4738D

Tints of Tapestry #B4738D

RGB

 RED value IS 180 (70.7% from 255) = 41.28%

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

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 41.28%
G = 26.38%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4738D (or 0xB4738D) is known color: Tapestry. HEX triplet: B4, 73 and 8D. RGB value is (180,115,141). Sum of RGB (Red+Green+Blue) = 180+115+141=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4738D is #4B8C72. Grayscale: #898989. Windows color (decimal): -4951155 or 9270196. OLE color: 9270196.

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

Color convert

RGB 180 115 141 -
CMYK 0 0.36 0.22 0.29
HSL 336º 0.3% 0.58% -
HSV(B) 336º 0.36% 0.71% -
XYZ 29.76 23.89 28.24 -
YUV 137.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 180 115 141 0 0.36 0.22 0.29 336 0.3 0.58
Hex B4 73 8D 0 24 16 1D 150 1E 3A
Octal 264 163 215 0 44 26 35 520 36 72
Binary 10110100 1110011 10001101 0 100100 10110 11101 101010000 11110 111010

Color Harmonies of #B4738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4738D

Black with #B4738D

Text Example


Text Example

White with #B4738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4738D; }

 p { color: rgb(180,115,141); }

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

background-color css

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

 a { background-color: rgb(180,115,141); }

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

border-color css

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

 span { border-color: rgb(180,115,141); }

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