Html Css Color HEX #B66978 Tapestry

📋 copy color: '#B66978'

red 182 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #B66978

Tints of Tapestry #B66978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 44.72%
G = 25.8%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66978 (or 0xB66978) is known color: Tapestry. HEX triplet: B6, 69 and 78. RGB value is (182,105,120). Sum of RGB (Red+Green+Blue) = 182+105+120=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B66978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66978 is #499687. Grayscale: #818181. Windows color (decimal): -4822664 or 7891382. OLE color: 7891382.

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

Color convert

RGB 182 105 120 -
CMYK 0 0.42 0.34 0.29
HSL 348.31º 0.35% 0.56% -
HSV(B) 348.31º 0.42% 0.71% -
XYZ 27.73 21.4 20.44 -
YUV 129.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 182 105 120 0 0.42 0.34 0.29 348.31 0.35 0.56
Hex B6 69 78 0 2A 22 1D 15C 23 38
Octal 266 151 170 0 52 42 35 534 43 70
Binary 10110110 1101001 1111000 0 101010 100010 11101 101011100 100011 111000

Color Harmonies of #B66978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66978

Black with #B66978

Text Example


Text Example

White with #B66978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66978; }

 p { color: rgb(182,105,120); }

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

background-color css

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

 a { background-color: rgb(182,105,120); }

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

border-color css

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

 span { border-color: rgb(182,105,120); }

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