Html Css Color HEX #B7727C Tapestry

📋 copy color: '#B7727C'

red 183 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #B7727C

Tints of Tapestry #B7727C

RGB

 RED value IS 183 (71.88% from 255) = 43.47%

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

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

R = 43.47%
G = 27.08%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7727C (or 0xB7727C) is known color: Tapestry. HEX triplet: B7, 72 and 7C. RGB value is (183,114,124). Sum of RGB (Red+Green+Blue) = 183+114+124=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7727C is #488D83. Grayscale: #878787. Windows color (decimal): -4754820 or 8155831. OLE color: 8155831.

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

Color convert

RGB 183 114 124 -
CMYK 0 0.38 0.32 0.28
HSL 351.3º 0.32% 0.58% -
HSV(B) 351.3º 0.38% 0.72% -
XYZ 29.18 23.56 22.08 -
YUV 135.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 183 114 124 0 0.38 0.32 0.28 351.3 0.32 0.58
Hex B7 72 7C 0 26 20 1C 15F 20 3A
Octal 267 162 174 0 46 40 34 537 40 72
Binary 10110111 1110010 1111100 0 100110 100000 11100 101011111 100000 111010

Color Harmonies of #B7727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7727C

Black with #B7727C

Text Example


Text Example

White with #B7727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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