Html Css Color HEX #BF728C Tapestry

📋 copy color: '#BF728C'

red 191 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #BF728C

Tints of Tapestry #BF728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 42.92%
G = 25.62%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF728C (or 0xBF728C) is known color: Tapestry. HEX triplet: BF, 72 and 8C. RGB value is (191,114,140). Sum of RGB (Red+Green+Blue) = 191+114+140=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF728C is #408D73. Grayscale: #8B8B8B. Windows color (decimal): -4230516 or 9204415. OLE color: 9204415.

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

Color convert

RGB 191 114 140 -
CMYK 0 0.40 0.27 0.25
HSL 339.74º 0.38% 0.6% -
HSV(B) 339.74º 0.4% 0.75% -
XYZ 32.24 25 27.94 -
YUV 139.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 191 114 140 0 0.40 0.27 0.25 339.74 0.38 0.6
Hex BF 72 8C 0 28 1B 19 154 26 3C
Octal 277 162 214 0 50 33 31 524 46 74
Binary 10111111 1110010 10001100 0 101000 11011 11001 101010100 100110 111100

Color Harmonies of #BF728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF728C

Black with #BF728C

Text Example


Text Example

White with #BF728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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