Html Css Color HEX #B66679 Tapestry

📋 copy color: '#B66679'

red 182 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #B66679

Tints of Tapestry #B66679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 44.94%
G = 25.19%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66679 (or 0xB66679) is known color: Tapestry. HEX triplet: B6, 66 and 79. RGB value is (182,102,121). Sum of RGB (Red+Green+Blue) = 182+102+121=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B66679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66679 is #499986. Grayscale: #808080. Windows color (decimal): -4823431 or 7956150. OLE color: 7956150.

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

Color convert

RGB 182 102 121 -
CMYK 0 0.44 0.34 0.29
HSL 345.75º 0.35% 0.56% -
HSV(B) 345.75º 0.44% 0.71% -
XYZ 27.49 20.83 20.66 -
YUV 128.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 182 102 121 0 0.44 0.34 0.29 345.75 0.35 0.56
Hex B6 66 79 0 2C 22 1D 15A 23 38
Octal 266 146 171 0 54 42 35 532 43 70
Binary 10110110 1100110 1111001 0 101100 100010 11101 101011010 100011 111000

Color Harmonies of #B66679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66679

Black with #B66679

Text Example


Text Example

White with #B66679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66679; }

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

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

background-color css

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

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

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

border-color css

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

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

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