Html Css Color HEX #B2678E Tapestry

📋 copy color: '#B2678E'

red 178 ◦ green 103 ◦ blue 142

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

Shades of Tapestry #B2678E

Tints of Tapestry #B2678E

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 42.08%
G = 24.35%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2678E (or 0xB2678E) is known color: Tapestry. HEX triplet: B2, 67 and 8E. RGB value is (178,103,142). Sum of RGB (Red+Green+Blue) = 178+103+142=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2678E is #4D9871. Grayscale: #818181. Windows color (decimal): -5085298 or 9332658. OLE color: 9332658.

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

Color convert

RGB 178 103 142 -
CMYK 0 0.42 0.20 0.30
HSL 328.8º 0.33% 0.55% -
HSV(B) 328.8º 0.42% 0.7% -
XYZ 28.09 21.12 28.19 -
YUV 129.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 178 103 142 0 0.42 0.20 0.30 328.8 0.33 0.55
Hex B2 67 8E 0 2A 14 1E 149 21 37
Octal 262 147 216 0 52 24 36 511 41 67
Binary 10110010 1100111 10001110 0 101010 10100 11110 101001001 100001 110111

Color Harmonies of #B2678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2678E

Black with #B2678E

Text Example


Text Example

White with #B2678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2678E; }

 p { color: rgb(178,103,142); }

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

background-color css

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

 a { background-color: rgb(178,103,142); }

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

border-color css

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

 span { border-color: rgb(178,103,142); }

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