Html Css Color HEX #B2678F Tapestry

📋 copy color: '#B2678F'

red 178 ◦ green 103 ◦ blue 143

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

Shades of Tapestry #B2678F

Tints of Tapestry #B2678F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 41.98%
G = 24.29%
B = 33.73%

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

#B2678F (or 0xB2678F) is known color: Tapestry. HEX triplet: B2, 67 and 8F. RGB value is (178,103,143). Sum of RGB (Red+Green+Blue) = 178+103+143=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2678F is #4D9870. Grayscale: #818181. Windows color (decimal): -5085297 or 9398194. OLE color: 9398194.

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

Color convert

RGB 178 103 143 -
CMYK 0 0.42 0.20 0.30
HSL 328º 0.33% 0.55% -
HSV(B) 328º 0.42% 0.7% -
XYZ 28.17 21.15 28.58 -
YUV 129.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 178 103 143 0 0.42 0.20 0.30 328 0.33 0.55
Hex B2 67 8F 0 2A 14 1E 148 21 37
Octal 262 147 217 0 52 24 36 510 41 67
Binary 10110010 1100111 10001111 0 101010 10100 11110 101001000 100001 110111

Color Harmonies of #B2678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2678F

Black with #B2678F

Text Example


Text Example

White with #B2678F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2678F; }

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

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

background-color css

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

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

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

border-color css

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

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

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