Html Css Color HEX #B38190 Tapestry

📋 copy color: '#B38190'

red 179 ◦ green 129 ◦ blue 144

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

Shades of Tapestry #B38190

Tints of Tapestry #B38190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 39.6%
G = 28.54%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B38190 (or 0xB38190) is known color: Tapestry. HEX triplet: B3, 81 and 90. RGB value is (179,129,144). Sum of RGB (Red+Green+Blue) = 179+129+144=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38190 is #4C7E6F. Grayscale: #919191. Windows color (decimal): -5013104 or 9470387. OLE color: 9470387.

HSL color Cylindrical-coordinate representation of color #B38190: hue angle of 342º 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 #B38190 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 144 -
CMYK 0 0.28 0.20 0.30
HSL 342º 0.25% 0.6% -
HSV(B) 342º 0.28% 0.7% -
XYZ 31.47 27.3 30 -
YUV 145.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 179 129 144 0 0.28 0.20 0.30 342 0.25 0.6
Hex B3 81 90 0 1C 14 1E 156 19 3C
Octal 263 201 220 0 34 24 36 526 31 74
Binary 10110011 10000001 10010000 0 11100 10100 11110 101010110 11001 111100

Color Harmonies of #B38190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38190

Black with #B38190

Text Example


Text Example

White with #B38190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38190; }

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

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

background-color css

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

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

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

border-color css

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

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

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