Html Css Color HEX #B6668A Tapestry

📋 copy color: '#B6668A'

red 182 ◦ green 102 ◦ blue 138

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

Shades of Tapestry #B6668A

Tints of Tapestry #B6668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 43.13%
G = 24.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6668A (or 0xB6668A) is known color: Tapestry. HEX triplet: B6, 66 and 8A. RGB value is (182,102,138). Sum of RGB (Red+Green+Blue) = 182+102+138=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668A is #499975. Grayscale: #818181. Windows color (decimal): -4823414 or 9070262. OLE color: 9070262.

HSL color Cylindrical-coordinate representation of color #B6668A: hue angle of 333º 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 #B6668A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 138 -
CMYK 0 0.44 0.24 0.29
HSL 333º 0.35% 0.56% -
HSV(B) 333º 0.44% 0.71% -
XYZ 28.63 21.28 26.64 -
YUV 130.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 182 102 138 0 0.44 0.24 0.29 333 0.35 0.56
Hex B6 66 8A 0 2C 18 1D 14D 23 38
Octal 266 146 212 0 54 30 35 515 43 70
Binary 10110110 1100110 10001010 0 101100 11000 11101 101001101 100011 111000

Color Harmonies of #B6668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6668A

Black with #B6668A

Text Example


Text Example

White with #B6668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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