Html Css Color HEX #B66383 Tapestry

📋 copy color: '#B66383'

red 182 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #B66383

Tints of Tapestry #B66383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 44.17%
G = 24.03%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B66383 (or 0xB66383) is known color: Tapestry. HEX triplet: B6, 63 and 83. RGB value is (182,99,131). Sum of RGB (Red+Green+Blue) = 182+99+131=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66383 is #499C7C. Grayscale: #7F7F7F. Windows color (decimal): -4824189 or 8610742. OLE color: 8610742.

HSL color Cylindrical-coordinate representation of color #B66383: hue angle of 336.87º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66383 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 99 131 -
CMYK 0 0.46 0.28 0.29
HSL 336.87º 0.36% 0.55% -
HSV(B) 336.87º 0.46% 0.71% -
XYZ 27.85 20.51 23.96 -
YUV 127.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 182 99 131 0 0.46 0.28 0.29 336.87 0.36 0.55
Hex B6 63 83 0 2E 1C 1D 151 24 37
Octal 266 143 203 0 56 34 35 521 44 67
Binary 10110110 1100011 10000011 0 101110 11100 11101 101010001 100100 110111

Color Harmonies of #B66383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66383

Black with #B66383

Text Example


Text Example

White with #B66383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66383; }

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

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

background-color css

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

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

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

border-color css

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

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

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