Html Css Color HEX #BF728D Tapestry

📋 copy color: '#BF728D'

red 191 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #BF728D

Tints of Tapestry #BF728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 42.83%
G = 25.56%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF728D (or 0xBF728D) is known color: Tapestry. HEX triplet: BF, 72 and 8D. RGB value is (191,114,141). Sum of RGB (Red+Green+Blue) = 191+114+141=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF728D is #408D72. Grayscale: #8C8C8C. Windows color (decimal): -4230515 or 9269951. OLE color: 9269951.

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

Color convert

RGB 191 114 141 -
CMYK 0 0.40 0.26 0.25
HSL 338.96º 0.38% 0.6% -
HSV(B) 338.96º 0.4% 0.75% -
XYZ 32.31 25.03 28.33 -
YUV 140.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 191 114 141 0 0.40 0.26 0.25 338.96 0.38 0.6
Hex BF 72 8D 0 28 1A 19 153 26 3C
Octal 277 162 215 0 50 32 31 523 46 74
Binary 10111111 1110010 10001101 0 101000 11010 11001 101010011 100110 111100

Color Harmonies of #BF728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF728D

Black with #BF728D

Text Example


Text Example

White with #BF728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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