Html Css Color HEX #B3848A Tapestry

📋 copy color: '#B3848A'

red 179 ◦ green 132 ◦ blue 138

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

Shades of Tapestry #B3848A

Tints of Tapestry #B3848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

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

R = 39.87%
G = 29.4%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3848A (or 0xB3848A) is known color: Tapestry. HEX triplet: B3, 84 and 8A. RGB value is (179,132,138). Sum of RGB (Red+Green+Blue) = 179+132+138=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3848A is #4C7B75. Grayscale: #929292. Windows color (decimal): -5012342 or 9077939. OLE color: 9077939.

HSL color Cylindrical-coordinate representation of color #B3848A: hue angle of 352.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3848A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 138 -
CMYK 0 0.26 0.23 0.30
HSL 352.34º 0.24% 0.61% -
HSV(B) 352.34º 0.26% 0.7% -
XYZ 31.43 27.92 27.78 -
YUV 146.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 179 132 138 0 0.26 0.23 0.30 352.34 0.24 0.61
Hex B3 84 8A 0 1A 17 1E 160 18 3D
Octal 263 204 212 0 32 27 36 540 30 75
Binary 10110011 10000100 10001010 0 11010 10111 11110 101100000 11000 111101

Color Harmonies of #B3848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3848A

Black with #B3848A

Text Example


Text Example

White with #B3848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3848A; }

 p { color: rgb(179,132,138); }

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

background-color css

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

 a { background-color: rgb(179,132,138); }

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

border-color css

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

 span { border-color: rgb(179,132,138); }

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