Html Css Color HEX #B6727C Tapestry

📋 copy color: '#B6727C'

red 182 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #B6727C

Tints of Tapestry #B6727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

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

R = 43.33%
G = 27.14%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6727C (or 0xB6727C) is known color: Tapestry. HEX triplet: B6, 72 and 7C. RGB value is (182,114,124). Sum of RGB (Red+Green+Blue) = 182+114+124=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6727C is #498D83. Grayscale: #878787. Windows color (decimal): -4820356 or 8155830. OLE color: 8155830.

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

Color convert

RGB 182 114 124 -
CMYK 0 0.37 0.32 0.29
HSL 351.18º 0.32% 0.58% -
HSV(B) 351.18º 0.37% 0.71% -
XYZ 28.95 23.43 22.07 -
YUV 135.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 182 114 124 0 0.37 0.32 0.29 351.18 0.32 0.58
Hex B6 72 7C 0 25 20 1D 15F 20 3A
Octal 266 162 174 0 45 40 35 537 40 72
Binary 10110110 1110010 1111100 0 100101 100000 11101 101011111 100000 111010

Color Harmonies of #B6727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6727C

Black with #B6727C

Text Example


Text Example

White with #B6727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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