Html Css Color HEX #B6668C Tapestry

📋 copy color: '#B6668C'

red 182 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #B6668C

Tints of Tapestry #B6668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 42.92%
G = 24.06%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6668C (or 0xB6668C) is known color: Tapestry. HEX triplet: B6, 66 and 8C. RGB value is (182,102,140). Sum of RGB (Red+Green+Blue) = 182+102+140=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668C is #499973. Grayscale: #828282. Windows color (decimal): -4823412 or 9201334. OLE color: 9201334.

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

Color convert

RGB 182 102 140 -
CMYK 0 0.44 0.23 0.29
HSL 331.5º 0.35% 0.56% -
HSV(B) 331.5º 0.44% 0.71% -
XYZ 28.78 21.34 27.41 -
YUV 130.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 182 102 140 0 0.44 0.23 0.29 331.5 0.35 0.56
Hex B6 66 8C 0 2C 17 1D 14C 23 38
Octal 266 146 214 0 54 27 35 514 43 70
Binary 10110110 1100110 10001100 0 101100 10111 11101 101001100 100011 111000

Color Harmonies of #B6668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6668C

Black with #B6668C

Text Example


Text Example

White with #B6668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6668C; }

 p { color: rgb(182,102,140); }

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

background-color css

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

 a { background-color: rgb(182,102,140); }

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

border-color css

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

 span { border-color: rgb(182,102,140); }

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