Html Css Color HEX #BF727D Tapestry

📋 copy color: '#BF727D'

red 191 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #BF727D

Tints of Tapestry #BF727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 44.42%
G = 26.51%
B = 29.07%

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

#BF727D (or 0xBF727D) is known color: Tapestry. HEX triplet: BF, 72 and 7D. RGB value is (191,114,125). Sum of RGB (Red+Green+Blue) = 191+114+125=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727D is #408D82. Grayscale: #8A8A8A. Windows color (decimal): -4230531 or 8221375. OLE color: 8221375.

HSL color Cylindrical-coordinate representation of color #BF727D: hue angle of 351.43º 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 #BF727D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 125 -
CMYK 0 0.40 0.35 0.25
HSL 351.43º 0.38% 0.6% -
HSV(B) 351.43º 0.4% 0.75% -
XYZ 31.2 24.59 22.5 -
YUV 138.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 191 114 125 0 0.40 0.35 0.25 351.43 0.38 0.6
Hex BF 72 7D 0 28 23 19 15F 26 3C
Octal 277 162 175 0 50 43 31 537 46 74
Binary 10111111 1110010 1111101 0 101000 100011 11001 101011111 100110 111100

Color Harmonies of #BF727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF727D

Black with #BF727D

Text Example


Text Example

White with #BF727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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