Html Css Color HEX #B0668E Tapestry

📋 copy color: '#B0668E'

red 176 ◦ green 102 ◦ blue 142

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

Shades of Tapestry #B0668E

Tints of Tapestry #B0668E

RGB

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

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

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

R = 41.9%
G = 24.29%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0668E (or 0xB0668E) is known color: Tapestry. HEX triplet: B0, 66 and 8E. RGB value is (176,102,142). Sum of RGB (Red+Green+Blue) = 176+102+142=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0668E is #4F9971. Grayscale: #808080. Windows color (decimal): -5216626 or 9332400. OLE color: 9332400.

HSL color Cylindrical-coordinate representation of color #B0668E: hue angle of 327.57º 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 #B0668E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 142 -
CMYK 0 0.42 0.19 0.31
HSL 327.57º 0.32% 0.55% -
HSV(B) 327.57º 0.42% 0.69% -
XYZ 27.54 20.69 28.13 -
YUV 128.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 176 102 142 0 0.42 0.19 0.31 327.57 0.32 0.55
Hex B0 66 8E 0 2A 13 1F 148 20 37
Octal 260 146 216 0 52 23 37 510 40 67
Binary 10110000 1100110 10001110 0 101010 10011 11111 101001000 100000 110111

Color Harmonies of #B0668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0668E

Black with #B0668E

Text Example


Text Example

White with #B0668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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