Html Css Color HEX #B66781 Tapestry

📋 copy color: '#B66781'

red 182 ◦ green 103 ◦ blue 129

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

Shades of Tapestry #B66781

Tints of Tapestry #B66781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 43.96%
G = 24.88%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B66781 (or 0xB66781) is known color: Tapestry. HEX triplet: B6, 67 and 81. RGB value is (182,103,129). Sum of RGB (Red+Green+Blue) = 182+103+129=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66781 is #49987E. Grayscale: #818181. Windows color (decimal): -4823167 or 8480694. OLE color: 8480694.

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

Color convert

RGB 182 103 129 -
CMYK 0 0.43 0.29 0.29
HSL 340.25º 0.35% 0.56% -
HSV(B) 340.25º 0.43% 0.71% -
XYZ 28.1 21.23 23.39 -
YUV 129.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 182 103 129 0 0.43 0.29 0.29 340.25 0.35 0.56
Hex B6 67 81 0 2B 1D 1D 154 23 38
Octal 266 147 201 0 53 35 35 524 43 70
Binary 10110110 1100111 10000001 0 101011 11101 11101 101010100 100011 111000

Color Harmonies of #B66781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66781

Black with #B66781

Text Example


Text Example

White with #B66781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66781; }

 p { color: rgb(182,103,129); }

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

background-color css

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

 a { background-color: rgb(182,103,129); }

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

border-color css

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

 span { border-color: rgb(182,103,129); }

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