Html Css Color HEX #BF727C Tapestry

📋 copy color: '#BF727C'

red 191 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #BF727C

Tints of Tapestry #BF727C

RGB

 RED value IS 191 (75% from 255) = 44.52%

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

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

R = 44.52%
G = 26.57%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF727C (or 0xBF727C) is known color: Tapestry. HEX triplet: BF, 72 and 7C. RGB value is (191,114,124). Sum of RGB (Red+Green+Blue) = 191+114+124=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727C is #408D83. Grayscale: #8A8A8A. Windows color (decimal): -4230532 or 8155839. OLE color: 8155839.

HSL color Cylindrical-coordinate representation of color #BF727C: hue angle of 352.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF727C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 124 -
CMYK 0 0.40 0.35 0.25
HSL 352.21º 0.38% 0.6% -
HSV(B) 352.21º 0.4% 0.75% -
XYZ 31.14 24.57 22.17 -
YUV 138.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 191 114 124 0 0.40 0.35 0.25 352.21 0.38 0.6
Hex BF 72 7C 0 28 23 19 160 26 3C
Octal 277 162 174 0 50 43 31 540 46 74
Binary 10111111 1110010 1111100 0 101000 100011 11001 101100000 100110 111100

Color Harmonies of #BF727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF727C

Black with #BF727C

Text Example


Text Example

White with #BF727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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