Html Css Color HEX #B5668D Tapestry

📋 copy color: '#B5668D'

red 181 ◦ green 102 ◦ blue 141

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

Shades of Tapestry #B5668D

Tints of Tapestry #B5668D

RGB

 RED value IS 181 (71.09% from 255) = 42.69%

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 42.69%
G = 24.06%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5668D (or 0xB5668D) is known color: Tapestry. HEX triplet: B5, 66 and 8D. RGB value is (181,102,141). Sum of RGB (Red+Green+Blue) = 181+102+141=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668D is #4A9972. Grayscale: #818181. Windows color (decimal): -4888947 or 9266869. OLE color: 9266869.

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

Color convert

RGB 181 102 141 -
CMYK 0 0.44 0.22 0.29
HSL 330.38º 0.35% 0.55% -
HSV(B) 330.38º 0.44% 0.71% -
XYZ 28.62 21.25 27.79 -
YUV 130.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 181 102 141 0 0.44 0.22 0.29 330.38 0.35 0.55
Hex B5 66 8D 0 2C 16 1D 14A 23 37
Octal 265 146 215 0 54 26 35 512 43 67
Binary 10110101 1100110 10001101 0 101100 10110 11101 101001010 100011 110111

Color Harmonies of #B5668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5668D

Black with #B5668D

Text Example


Text Example

White with #B5668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5668D; }

 p { color: rgb(181,102,141); }

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

background-color css

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

 a { background-color: rgb(181,102,141); }

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

border-color css

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

 span { border-color: rgb(181,102,141); }

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