Html Css Color HEX #B3748B Tapestry

📋 copy color: '#B3748B'

red 179 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #B3748B

Tints of Tapestry #B3748B

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

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

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

R = 41.24%
G = 26.73%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3748B (or 0xB3748B) is known color: Tapestry. HEX triplet: B3, 74 and 8B. RGB value is (179,116,139). Sum of RGB (Red+Green+Blue) = 179+116+139=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3748B is #4C8B74. Grayscale: #898989. Windows color (decimal): -5016437 or 9139379. OLE color: 9139379.

HSL color Cylindrical-coordinate representation of color #B3748B: hue angle of 338.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3748B is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 139 -
CMYK 0 0.35 0.22 0.30
HSL 338.1º 0.29% 0.58% -
HSV(B) 338.1º 0.35% 0.7% -
XYZ 29.5 23.94 27.49 -
YUV 137.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 179 116 139 0 0.35 0.22 0.30 338.1 0.29 0.58
Hex B3 74 8B 0 23 16 1E 152 1D 3A
Octal 263 164 213 0 43 26 36 522 35 72
Binary 10110011 1110100 10001011 0 100011 10110 11110 101010010 11101 111010

Color Harmonies of #B3748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3748B

Black with #B3748B

Text Example


Text Example

White with #B3748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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