Html Css Color HEX #B3738A Tapestry

📋 copy color: '#B3738A'

red 179 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #B3738A

Tints of Tapestry #B3738A

RGB

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

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

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

R = 41.44%
G = 26.62%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3738A (or 0xB3738A) is known color: Tapestry. HEX triplet: B3, 73 and 8A. RGB value is (179,115,138). Sum of RGB (Red+Green+Blue) = 179+115+138=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3738A is #4C8C75. Grayscale: #888888. Windows color (decimal): -5016694 or 9073587. OLE color: 9073587.

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

Color convert

RGB 179 115 138 -
CMYK 0 0.36 0.23 0.30
HSL 338.44º 0.3% 0.58% -
HSV(B) 338.44º 0.36% 0.7% -
XYZ 29.31 23.68 27.07 -
YUV 136.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 179 115 138 0 0.36 0.23 0.30 338.44 0.3 0.58
Hex B3 73 8A 0 24 17 1E 152 1E 3A
Octal 263 163 212 0 44 27 36 522 36 72
Binary 10110011 1110011 10001010 0 100100 10111 11110 101010010 11110 111010

Color Harmonies of #B3738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3738A

Black with #B3738A

Text Example


Text Example

White with #B3738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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