Html Css Color HEX #BF6683 Tapestry

📋 copy color: '#BF6683'

red 191 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #BF6683

Tints of Tapestry #BF6683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 45.05%
G = 24.06%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF6683 (or 0xBF6683) is known color: Tapestry. HEX triplet: BF, 66 and 83. RGB value is (191,102,131). Sum of RGB (Red+Green+Blue) = 191+102+131=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6683 is #40997C. Grayscale: #838383. Windows color (decimal): -4233597 or 8611519. OLE color: 8611519.

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

Color convert

RGB 191 102 131 -
CMYK 0 0.47 0.31 0.25
HSL 340.45º 0.41% 0.57% -
HSV(B) 340.45º 0.47% 0.75% -
XYZ 30.33 22.22 24.16 -
YUV 131.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 191 102 131 0 0.47 0.31 0.25 340.45 0.41 0.57
Hex BF 66 83 0 2F 1F 19 154 29 39
Octal 277 146 203 0 57 37 31 524 51 71
Binary 10111111 1100110 10000011 0 101111 11111 11001 101010100 101001 111001

Color Harmonies of #BF6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6683

Black with #BF6683

Text Example


Text Example

White with #BF6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6683; }

 p { color: rgb(191,102,131); }

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

background-color css

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

 a { background-color: rgb(191,102,131); }

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

border-color css

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

 span { border-color: rgb(191,102,131); }

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