Html Css Color HEX #BF7582 Tapestry

📋 copy color: '#BF7582'

red 191 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #BF7582

Tints of Tapestry #BF7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 43.61%
G = 26.71%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF7582 (or 0xBF7582) is known color: Tapestry. HEX triplet: BF, 75 and 82. RGB value is (191,117,130). Sum of RGB (Red+Green+Blue) = 191+117+130=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7582 is #408A7D. Grayscale: #8C8C8C. Windows color (decimal): -4229758 or 8549823. OLE color: 8549823.

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

Color convert

RGB 191 117 130 -
CMYK 0 0.39 0.32 0.25
HSL 349.46º 0.37% 0.6% -
HSV(B) 349.46º 0.39% 0.75% -
XYZ 31.88 25.41 24.34 -
YUV 140.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 191 117 130 0 0.39 0.32 0.25 349.46 0.37 0.6
Hex BF 75 82 0 27 20 19 15D 25 3C
Octal 277 165 202 0 47 40 31 535 45 74
Binary 10111111 1110101 10000010 0 100111 100000 11001 101011101 100101 111100

Color Harmonies of #BF7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7582

Black with #BF7582

Text Example


Text Example

White with #BF7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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