Html Css Color HEX #B66D83 Tapestry

📋 copy color: '#B66D83'

red 182 ◦ green 109 ◦ blue 131

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

Shades of Tapestry #B66D83

Tints of Tapestry #B66D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 43.13%
G = 25.83%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B66D83 (or 0xB66D83) is known color: Tapestry. HEX triplet: B6, 6D and 83. RGB value is (182,109,131). Sum of RGB (Red+Green+Blue) = 182+109+131=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D83 is #49927C. Grayscale: #858585. Windows color (decimal): -4821629 or 8613302. OLE color: 8613302.

HSL color Cylindrical-coordinate representation of color #B66D83: hue angle of 341.92º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66D83 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 109 131 -
CMYK 0 0.40 0.28 0.29
HSL 341.92º 0.33% 0.57% -
HSV(B) 341.92º 0.4% 0.71% -
XYZ 28.86 22.52 24.3 -
YUV 133.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 182 109 131 0 0.40 0.28 0.29 341.92 0.33 0.57
Hex B6 6D 83 0 28 1C 1D 156 21 39
Octal 266 155 203 0 50 34 35 526 41 71
Binary 10110110 1101101 10000011 0 101000 11100 11101 101010110 100001 111001

Color Harmonies of #B66D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D83

Black with #B66D83

Text Example


Text Example

White with #B66D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D83; }

 p { color: rgb(182,109,131); }

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

background-color css

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

 a { background-color: rgb(182,109,131); }

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

border-color css

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

 span { border-color: rgb(182,109,131); }

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