Html Css Color HEX #B4748B Tapestry

📋 copy color: '#B4748B'

red 180 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #B4748B

Tints of Tapestry #B4748B

RGB

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

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

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

R = 41.38%
G = 26.67%
B = 31.95%

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

#B4748B (or 0xB4748B) is known color: Tapestry. HEX triplet: B4, 74 and 8B. RGB value is (180,116,139). Sum of RGB (Red+Green+Blue) = 180+116+139=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748B is #4B8B74. Grayscale: #898989. Windows color (decimal): -4950901 or 9139380. OLE color: 9139380.

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

Color convert

RGB 180 116 139 -
CMYK 0 0.36 0.23 0.29
HSL 338.44º 0.3% 0.58% -
HSV(B) 338.44º 0.36% 0.71% -
XYZ 29.73 24.06 27.5 -
YUV 137.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 180 116 139 0 0.36 0.23 0.29 338.44 0.3 0.58
Hex B4 74 8B 0 24 17 1D 152 1E 3A
Octal 264 164 213 0 44 27 35 522 36 72
Binary 10110100 1110100 10001011 0 100100 10111 11101 101010010 11110 111010

Color Harmonies of #B4748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4748B

Black with #B4748B

Text Example


Text Example

White with #B4748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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