Html Css Color HEX #B0668D Tapestry

📋 copy color: '#B0668D'

red 176 ◦ green 102 ◦ blue 141

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

Shades of Tapestry #B0668D

Tints of Tapestry #B0668D

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

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

R = 42%
G = 24.34%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0668D (or 0xB0668D) is known color: Tapestry. HEX triplet: B0, 66 and 8D. RGB value is (176,102,141). Sum of RGB (Red+Green+Blue) = 176+102+141=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0668D is #4F9972. Grayscale: #808080. Windows color (decimal): -5216627 or 9266864. OLE color: 9266864.

HSL color Cylindrical-coordinate representation of color #B0668D: hue angle of 328.38º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0668D is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 141 -
CMYK 0 0.42 0.20 0.31
HSL 328.38º 0.32% 0.55% -
HSV(B) 328.38º 0.42% 0.69% -
XYZ 27.46 20.66 27.74 -
YUV 128.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 176 102 141 0 0.42 0.20 0.31 328.38 0.32 0.55
Hex B0 66 8D 0 2A 14 1F 148 20 37
Octal 260 146 215 0 52 24 37 510 40 67
Binary 10110000 1100110 10001101 0 101010 10100 11111 101001000 100000 110111

Color Harmonies of #B0668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0668D

Black with #B0668D

Text Example


Text Example

White with #B0668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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