Html Css Color HEX #B3818A Tapestry

📋 copy color: '#B3818A'

red 179 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #B3818A

Tints of Tapestry #B3818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 40.13%
G = 28.92%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3818A (or 0xB3818A) is known color: Tapestry. HEX triplet: B3, 81 and 8A. RGB value is (179,129,138). Sum of RGB (Red+Green+Blue) = 179+129+138=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3818A is #4C7E75. Grayscale: #909090. Windows color (decimal): -5013110 or 9077171. OLE color: 9077171.

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

Color convert

RGB 179 129 138 -
CMYK 0 0.28 0.23 0.30
HSL 349.2º 0.25% 0.6% -
HSV(B) 349.2º 0.28% 0.7% -
XYZ 31.03 27.12 27.64 -
YUV 144.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 179 129 138 0 0.28 0.23 0.30 349.2 0.25 0.6
Hex B3 81 8A 0 1C 17 1E 15D 19 3C
Octal 263 201 212 0 34 27 36 535 31 74
Binary 10110011 10000001 10001010 0 11100 10111 11110 101011101 11001 111100

Color Harmonies of #B3818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3818A

Black with #B3818A

Text Example


Text Example

White with #B3818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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