Html Css Color HEX #B7727F Tapestry

📋 copy color: '#B7727F'

red 183 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #B7727F

Tints of Tapestry #B7727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 43.16%
G = 26.89%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7727F (or 0xB7727F) is known color: Tapestry. HEX triplet: B7, 72 and 7F. RGB value is (183,114,127). Sum of RGB (Red+Green+Blue) = 183+114+127=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7727F is #488D80. Grayscale: #888888. Windows color (decimal): -4754817 or 8352439. OLE color: 8352439.

HSL color Cylindrical-coordinate representation of color #B7727F: hue angle of 348.7º 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 #B7727F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 127 -
CMYK 0 0.38 0.31 0.28
HSL 348.7º 0.32% 0.58% -
HSV(B) 348.7º 0.38% 0.72% -
XYZ 29.38 23.63 23.09 -
YUV 136.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 183 114 127 0 0.38 0.31 0.28 348.7 0.32 0.58
Hex B7 72 7F 0 26 1F 1C 15D 20 3A
Octal 267 162 177 0 46 37 34 535 40 72
Binary 10110111 1110010 1111111 0 100110 11111 11100 101011101 100000 111010

Color Harmonies of #B7727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7727F

Black with #B7727F

Text Example


Text Example

White with #B7727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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