Html Css Color HEX #BF6082 Tapestry

📋 copy color: '#BF6082'

red 191 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #BF6082

Tints of Tapestry #BF6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 45.8%
G = 23.02%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF6082 (or 0xBF6082) is known color: Tapestry. HEX triplet: BF, 60 and 82. RGB value is (191,96,130). Sum of RGB (Red+Green+Blue) = 191+96+130=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6082 is #409F7D. Grayscale: #808080. Windows color (decimal): -4235134 or 8544447. OLE color: 8544447.

HSL color Cylindrical-coordinate representation of color #BF6082: hue angle of 338.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6082 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 130 -
CMYK 0 0.50 0.32 0.25
HSL 338.53º 0.43% 0.56% -
HSV(B) 338.53º 0.5% 0.75% -
XYZ 29.7 21.05 23.62 -
YUV 128.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 191 96 130 0 0.50 0.32 0.25 338.53 0.43 0.56
Hex BF 60 82 0 32 20 19 153 2B 38
Octal 277 140 202 0 62 40 31 523 53 70
Binary 10111111 1100000 10000010 0 110010 100000 11001 101010011 101011 111000

Color Harmonies of #BF6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6082

Black with #BF6082

Text Example


Text Example

White with #BF6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6082; }

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

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

background-color css

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

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

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

border-color css

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

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

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