Html Css Color HEX #B6678E Tapestry

📋 copy color: '#B6678E'

red 182 ◦ green 103 ◦ blue 142

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

Shades of Tapestry #B6678E

Tints of Tapestry #B6678E

RGB

 RED value IS 182 (71.48% from 255) = 42.62%

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

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

R = 42.62%
G = 24.12%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6678E (or 0xB6678E) is known color: Tapestry. HEX triplet: B6, 67 and 8E. RGB value is (182,103,142). Sum of RGB (Red+Green+Blue) = 182+103+142=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6678E is #499871. Grayscale: #828282. Windows color (decimal): -4823154 or 9332662. OLE color: 9332662.

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

Color convert

RGB 182 103 142 -
CMYK 0 0.43 0.22 0.29
HSL 330.38º 0.35% 0.56% -
HSV(B) 330.38º 0.43% 0.71% -
XYZ 29.02 21.6 28.23 -
YUV 131.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 182 103 142 0 0.43 0.22 0.29 330.38 0.35 0.56
Hex B6 67 8E 0 2B 16 1D 14A 23 38
Octal 266 147 216 0 53 26 35 512 43 70
Binary 10110110 1100111 10001110 0 101011 10110 11101 101001010 100011 111000

Color Harmonies of #B6678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6678E

Black with #B6678E

Text Example


Text Example

White with #B6678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6678E; }

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

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

background-color css

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

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

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

border-color css

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

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

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