Html Css Color HEX #B66F7C Tapestry

📋 copy color: '#B66F7C'

red 182 ◦ green 111 ◦ blue 124

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

Shades of Tapestry #B66F7C

Tints of Tapestry #B66F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 43.65%
G = 26.62%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B66F7C (or 0xB66F7C) is known color: Tapestry. HEX triplet: B6, 6F and 7C. RGB value is (182,111,124). Sum of RGB (Red+Green+Blue) = 182+111+124=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F7C is #499083. Grayscale: #858585. Windows color (decimal): -4821124 or 8155062. OLE color: 8155062.

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

Color convert

RGB 182 111 124 -
CMYK 0 0.39 0.32 0.29
HSL 349.01º 0.33% 0.57% -
HSV(B) 349.01º 0.39% 0.71% -
XYZ 28.61 22.77 21.96 -
YUV 133.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 182 111 124 0 0.39 0.32 0.29 349.01 0.33 0.57
Hex B6 6F 7C 0 27 20 1D 15D 21 39
Octal 266 157 174 0 47 40 35 535 41 71
Binary 10110110 1101111 1111100 0 100111 100000 11101 101011101 100001 111001

Color Harmonies of #B66F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F7C

Black with #B66F7C

Text Example


Text Example

White with #B66F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F7C; }

 p { color: rgb(182,111,124); }

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

background-color css

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

 a { background-color: rgb(182,111,124); }

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

border-color css

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

 span { border-color: rgb(182,111,124); }

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