Html Css Color HEX #BF7382 Tapestry

📋 copy color: '#BF7382'

red 191 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #BF7382

Tints of Tapestry #BF7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 43.81%
G = 26.38%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF7382 (or 0xBF7382) is known color: Tapestry. HEX triplet: BF, 73 and 82. RGB value is (191,115,130). Sum of RGB (Red+Green+Blue) = 191+115+130=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7382 is #408C7D. Grayscale: #8B8B8B. Windows color (decimal): -4230270 or 8549311. OLE color: 8549311.

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

Color convert

RGB 191 115 130 -
CMYK 0 0.40 0.32 0.25
HSL 348.16º 0.37% 0.6% -
HSV(B) 348.16º 0.4% 0.75% -
XYZ 31.65 24.95 24.27 -
YUV 139.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 191 115 130 0 0.40 0.32 0.25 348.16 0.37 0.6
Hex BF 73 82 0 28 20 19 15C 25 3C
Octal 277 163 202 0 50 40 31 534 45 74
Binary 10111111 1110011 10000010 0 101000 100000 11001 101011100 100101 111100

Color Harmonies of #BF7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7382

Black with #BF7382

Text Example


Text Example

White with #BF7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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