Html Css Color HEX #BF7082 Tapestry

📋 copy color: '#BF7082'

red 191 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #BF7082

Tints of Tapestry #BF7082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 44.11%
G = 25.87%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF7082 (or 0xBF7082) is known color: Tapestry. HEX triplet: BF, 70 and 82. RGB value is (191,112,130). Sum of RGB (Red+Green+Blue) = 191+112+130=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7082 is #408F7D. Grayscale: #898989. Windows color (decimal): -4231038 or 8548543. OLE color: 8548543.

HSL color Cylindrical-coordinate representation of color #BF7082: hue angle of 346.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7082 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 130 -
CMYK 0 0.41 0.32 0.25
HSL 346.33º 0.38% 0.59% -
HSV(B) 346.33º 0.41% 0.75% -
XYZ 31.31 24.28 24.15 -
YUV 137.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 191 112 130 0 0.41 0.32 0.25 346.33 0.38 0.59
Hex BF 70 82 0 29 20 19 15A 26 3B
Octal 277 160 202 0 51 40 31 532 46 73
Binary 10111111 1110000 10000010 0 101001 100000 11001 101011010 100110 111011

Color Harmonies of #BF7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7082

Black with #BF7082

Text Example


Text Example

White with #BF7082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7082; }

 p { color: rgb(191,112,130); }

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

background-color css

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

 a { background-color: rgb(191,112,130); }

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

border-color css

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

 span { border-color: rgb(191,112,130); }

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