Html Css Color HEX #B38194 Tapestry

📋 copy color: '#B38194'

red 179 ◦ green 129 ◦ blue 148

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

Shades of Tapestry #B38194

Tints of Tapestry #B38194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 39.25%
G = 28.29%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38194 (or 0xB38194) is known color: Tapestry. HEX triplet: B3, 81 and 94. RGB value is (179,129,148). Sum of RGB (Red+Green+Blue) = 179+129+148=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38194 is #4C7E6B. Grayscale: #929292. Windows color (decimal): -5013100 or 9732531. OLE color: 9732531.

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

Color convert

RGB 179 129 148 -
CMYK 0 0.28 0.17 0.30
HSL 337.2º 0.25% 0.6% -
HSV(B) 337.2º 0.28% 0.7% -
XYZ 31.79 27.42 31.63 -
YUV 146.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 179 129 148 0 0.28 0.17 0.30 337.2 0.25 0.6
Hex B3 81 94 0 1C 11 1E 151 19 3C
Octal 263 201 224 0 34 21 36 521 31 74
Binary 10110011 10000001 10010100 0 11100 10001 11110 101010001 11001 111100

Color Harmonies of #B38194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38194

Black with #B38194

Text Example


Text Example

White with #B38194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38194; }

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

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

background-color css

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

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

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

border-color css

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

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

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