Html Css Color HEX #B4688D Tapestry

📋 copy color: '#B4688D'

red 180 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #B4688D

Tints of Tapestry #B4688D

RGB

 RED value IS 180 (70.7% from 255) = 42.35%

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 42.35%
G = 24.47%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4688D (or 0xB4688D) is known color: Tapestry. HEX triplet: B4, 68 and 8D. RGB value is (180,104,141). Sum of RGB (Red+Green+Blue) = 180+104+141=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4688D is #4B9772. Grayscale: #828282. Windows color (decimal): -4953971 or 9267380. OLE color: 9267380.

HSL color Cylindrical-coordinate representation of color #B4688D: hue angle of 330.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4688D is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 141 -
CMYK 0 0.42 0.22 0.29
HSL 330.79º 0.34% 0.56% -
HSV(B) 330.79º 0.42% 0.71% -
XYZ 28.58 21.53 27.85 -
YUV 130.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 180 104 141 0 0.42 0.22 0.29 330.79 0.34 0.56
Hex B4 68 8D 0 2A 16 1D 14B 22 38
Octal 264 150 215 0 52 26 35 513 42 70
Binary 10110100 1101000 10001101 0 101010 10110 11101 101001011 100010 111000

Color Harmonies of #B4688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4688D

Black with #B4688D

Text Example


Text Example

White with #B4688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4688D; }

 p { color: rgb(180,104,141); }

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

background-color css

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

 a { background-color: rgb(180,104,141); }

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

border-color css

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

 span { border-color: rgb(180,104,141); }

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