Html Css Color HEX #B3688E Tapestry

📋 copy color: '#B3688E'

red 179 ◦ green 104 ◦ blue 142

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

Shades of Tapestry #B3688E

Tints of Tapestry #B3688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 42.12%
G = 24.47%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3688E (or 0xB3688E) is known color: Tapestry. HEX triplet: B3, 68 and 8E. RGB value is (179,104,142). Sum of RGB (Red+Green+Blue) = 179+104+142=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3688E is #4C9771. Grayscale: #828282. Windows color (decimal): -5019506 or 9332915. OLE color: 9332915.

HSL color Cylindrical-coordinate representation of color #B3688E: hue angle of 329.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3688E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 142 -
CMYK 0 0.42 0.21 0.30
HSL 329.6º 0.33% 0.55% -
HSV(B) 329.6º 0.42% 0.7% -
XYZ 28.42 21.44 28.23 -
YUV 130.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 179 104 142 0 0.42 0.21 0.30 329.6 0.33 0.55
Hex B3 68 8E 0 2A 15 1E 14A 21 37
Octal 263 150 216 0 52 25 36 512 41 67
Binary 10110011 1101000 10001110 0 101010 10101 11110 101001010 100001 110111

Color Harmonies of #B3688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3688E

Black with #B3688E

Text Example


Text Example

White with #B3688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3688E; }

 p { color: rgb(179,104,142); }

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

background-color css

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

 a { background-color: rgb(179,104,142); }

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

border-color css

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

 span { border-color: rgb(179,104,142); }

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